SV-261360r996529_rule
V-261360
SRG-OS-000118-GPOS-00060
SLEM-05-411070
CAT II
10
Configure SLEM 5 to disable account identifiers after 35 days of inactivity after the password expiration.
Run the following command to change the configuration for "useradd" to disable the account identifier after "35" days:
> sudo useradd -D -f 35
DOD recommendation is "35" days, but a lower value greater than "0" is acceptable.
Verify SLEM 5 disables account identifiers after 35 days of inactivity after the password expiration with the following command:
> sudo grep -i '^inactive' /etc/default/useradd
INACTIVE=35
If the value for "INACTIVE" is not set to a value greater than "0" and less than or equal to "35", if the line is commented out, or the line is missing, this is a finding.
V-261360
False
SLEM-05-411070
Verify SLEM 5 disables account identifiers after 35 days of inactivity after the password expiration with the following command:
> sudo grep -i '^inactive' /etc/default/useradd
INACTIVE=35
If the value for "INACTIVE" is not set to a value greater than "0" and less than or equal to "35", if the line is commented out, or the line is missing, this is a finding.
M
5596