August 23, 2019
Linux
Define Password Policy and Aging in Linux/RHEL 6
Check the /etc/login.defs file to check the applied password policy, here it is showing that password expiry days define as 99999 i.e. it will never expire. # cat /etc/login.defs . . . # Password aging controls: # # PASS_MAX_DAYS Maximum number of days a password may …