SV-217136r603262_rule
V-217136
SRG-OS-000118-GPOS-00060
SLES-12-010340
CAT II
10
Configure the SUSE operating system 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 the SUSE operating system disables account identifiers after "35" days of inactivity after the password expiration
Check the account inactivity value by performing the following command:
# sudo grep -i inactive /etc/default/useradd
INACTIVE=35
If "INACTIVE" is not set to a value greater than "0" and less than or equal to "35", this is a finding.
V-217136
False
SLES-12-010340
Verify the SUSE operating system disables account identifiers after "35" days of inactivity after the password expiration
Check the account inactivity value by performing the following command:
# sudo grep -i inactive /etc/default/useradd
INACTIVE=35
If "INACTIVE" is not set to a value greater than "0" and less than or equal to "35", this is a finding.
M
4033