
Manage password aging in Linux systems
password expiry for users is configuring in /etc/login.defs file.These are the password aging parameters PASS_MAX_DAYS Maximum number of days a password may be used. PASS_MIN_DAYS Minimum number of days allowed between password changes. PASS_WARN_AGE Number of days warning given before a password expires. By default PASS_MAX_DAYS will be 99999 days that means no password expiry.So [...]












