On 23/07/07, Mark Leisher <[EMAIL PROTECTED]> wrote:
ypserv only reloads its ACL file on SIGHUP.

I added a user to my nis domain today, and immediately the user was visible.

all i did was:

adduser
cat /etc/master.passwd | grep [theuser] >> /etc/yp/master.passwd
cat /etc/group | grep [theuser] >> /etc/yp/group
userdel [theuser] && groupdel [theuser]
pwd_mkdb -d /etc/yp /etc/yp/master.passwd
pwd_mkdb -d /etc/yp -p /etc/yp/master.passwd
cd /var/yp && make


--
Best Regards

Edd

---------------------------------------------------
http://students.dec.bournemouth.ac.uk/ebarrett

Reply via email to