Hello all 
In the handbook it is explained how to prevent specific NIS users from logging in. Is it possible to deny all NIS users from logging in?
This is what I have done:
Hugs,
Sandra

In the handbook it is explained how to prevent specific NIS users from logging in. Is it possible to deny all NIS users from logging in?
This is what I have done:
Code:
echo 'nisdomainname="example"' >> /etc/rc.conf
echo 'nis_client_enable="YES"' >> /etc/rc.conf
echo "+:::::::::" >> /etc/master.passwd
echo "+:*::" >> /etc/group
pwd_mkdb -p /etc/master.passwd
/etc/netstart
/etc/rc.d/ypbind start
Hugs,
Sandra