SV-221689r603260_rule
V-221689
SRG-OS-000118-GPOS-00060
OL07-00-010310
CAT II
10
Configure the operating system to disable account identifiers (individuals, groups, roles, and devices) after the password expires.
Add the following line to "/etc/default/useradd" (or modify the line to have the required value):
INACTIVE=0
If passwords are not being used for authentication, this is Not Applicable.
Verify the operating system disables account identifiers (individuals, groups, roles, and devices) after the password expires with the following command:
# grep -i inactive /etc/default/useradd
INACTIVE=0
If the value is not set to "0", is commented out, or is not defined, this is a finding.
V-221689
False
OL07-00-010310
If passwords are not being used for authentication, this is Not Applicable.
Verify the operating system disables account identifiers (individuals, groups, roles, and devices) after the password expires with the following command:
# grep -i inactive /etc/default/useradd
INACTIVE=0
If the value is not set to "0", is commented out, or is not defined, this is a finding.
M
4089