SV-100233r1_rule
V-89583
SRG-OS-000076-GPOS-00044
VRAU-SL-000395
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-89583
False
VRAU-SL-000395
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
3459