SV-100229r1_rule
V-89579
SRG-OS-000075-GPOS-00043
VRAU-SL-000385
CAT II
10
Change the minimum time period between password changes for each [USER] account to 1 day. The command in the check text will give you a list of users that need to be updated to be in compliance.
# passwd -n 1 [USER]
Check the minimum time period between password changes for each user account is 1 day.
# cat /etc/shadow | cut -d ':' -f1,4 | grep -v 1 | grep -v ":$"
If any results are returned, this is a finding.
V-89579
False
VRAU-SL-000385
Check the minimum time period between password changes for each user account is 1 day.
# cat /etc/shadow | cut -d ':' -f1,4 | grep -v 1 | grep -v ":$"
If any results are returned, this is a finding.
M
3459