> > I setup NIS on a few systems, with one NIS server. Everything works fine > except for passwords that expire. > On the server (does not use NIS), passwords expire properly, users can > not longer login. > On the clients, users can login after there password has expired. > > I was told that this sounds like a PAM problem. > Here is my /etc/pam.d/login file: > auth required /lib/security/pam_securetty.so > auth required /lib/security/pam_pwdb.so shadow nullok > auth required /lib/security/pam_nologin.so > account required /lib/security/pam_unix.so > password required /lib/security/pam_cracklib.so > password required /lib/security/pam_pwdb.so shadow nullok > session required /lib/security/pam_pwdb.so > session optional /lib/security/pam_console.so > > Documentation tells me that 'account' is the pam type that does password > aging. I have tried to replace /lib/security/pam_unix.so with > /lib/security/pam_unix_acct.so and /lib/security/pam_pwdb.so with no > luck. > > -- Sounds to me that aging the passwd file does not remake the yp databases. I that supposed to happen? And is pam supposed to do that? ------------------------------------------- Aaron Konstam Computer Science Trinity University 715 Stadium Dr. San Antonio, TX 78212-7200 telephone: (210)-999-7484 email:akonstam@trinity.edu