Tuesday, April 1, 2008
How can password expiration be turned off?
The password expiration information for a user is contained in the last 6 fields of the file /etc/shadow (the last field is reserved for future use). Password expiration for a particular user can be disabled by editing the shadow file and removing values from the corresponding colon delimited entries in the file
Subscribe to:
Post Comments (Atom)
1 comment:
chage -E never username
Post a Comment