SV-99121r1_rule
V-88471
SRG-OS-000076-GPOS-00044
VROM-SL-000390
CAT II
10
Set the maximum time period between password changes for each [USER] account to "60" days. The command in the check text will give you a list of users that need to be updated to be in compliance.
# passwd -x 60 [USER]
The DoD requirement is "60" days.
Check the max days field of "/etc/shadow" by running the following command:
# cat /etc/shadow | cut -d':' -f1,5 | egrep -v "([0|60])" | grep -v ":$"
If any results are returned, this is a finding.
V-88471
False
VROM-SL-000390
Check the max days field of "/etc/shadow" by running the following command:
# cat /etc/shadow | cut -d':' -f1,5 | egrep -v "([0|60])" | grep -v ":$"
If any results are returned, this is a finding.
M
3461