5.4.1.4 Ensure inactive password lock is 30 days or less - useradd
Information
Inactive accounts pose a threat to system security since the users are not logging in to notice failed login attempts or other anomalies.
Solution
Run the following command to set the default password inactivity period to 30 days: # useradd -D -f 30 Modify user parameters for all users with a password set to match: # chage --inactive 30 <user>