Platform: Suse Linux Professional 9.1
Changing a passwd on an NIS client using the passwd command works
fine. The /etc/shadow and shadow.byname map gets updated on the NIS
server machine.
However, changing a passwd on the NIS server using the passwd command
only updates the /etc/shadow file. The shadow.byname map does not get
updated. The only way I can think of to fix this is to set up a cron
job to periodically run
make -C /var/yp
I am using Thorsten Kukuk's pam_unix2.so module which is suppose to be
"clever" enough to find out whether the account it's dealing with is
local or NIS but it does not appear to work.
Any idea what's wrong?