SLEM 5 must be configured to create or update passwords with a minimum lifetime of 24 hours (one day).
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-261394 | SRG-OS-000075-GPOS-00043 | SLEM-05-611095 | SV-261394r996604_rule | 2024-06-04 | 1 |
Description |
---|
Enforcing a minimum password lifetime helps prevent repeated password changes to defeat the password reuse or history enforcement requirement. If users are allowed to immediately and continually change their password, the password could be repeatedly changed in a short period of time to defeat the organization's policy regarding password reuse. |
ℹ️ Check |
---|
Verify SLEM 5 creates or updates passwords with minimum password age of one day or greater with the following command: > grep '^PASS_MIN_DAYS' /etc/login.defs PASS_MIN_DAYS 1 If "PASS_MIN_DAYS" does not have a value of "1" or greater, the line is commented out, or no line is returned, this is a finding. |
✔️ Fix |
---|
Configure SLEM 5 to enforce 24 hours/one day or greater as the minimum password age. Add or modify the following line in the "/etc/login.defs" file: PASS_MIN_DAYS <days> The DOD requirement is "1", but a greater value is acceptable. |