Forum Moderators: bakedjake

Message Too Old, No Replies

Password Rules

         

amirsamy

8:48 am on Jun 21, 2004 (gmt 0)

10+ Year Member



Does anyone know how to set the PAM configuration files in /etc/pam.d to force a user (that has a shell account on my machine) to change his password after his first login?
Which file of the ones in /etc/pam.d that i have to change the configuration in so that i enforce this?

SeanW

1:25 pm on Jun 21, 2004 (gmt 0)

10+ Year Member



Set the last password change to the epoch date:

chage -d 0 username

Sean