SV-226455r603265_rule
V-226455
SRG-OS-000075
GEN000540
CAT II
10
Edit the /etc/default/passwd file and set the variable "MINWEEKS" to 1 or greater.
Set the per-user minimum password change times by using the following command on each user account.
# passwd -n <number of days> <accountname>
Check the minimum time period between password changes for each user account is 1 day or greater.
# awk -F: '$4 < 1 {print $1}' /etc/shadow
If any results are returned that are not associated with a system account, this is a finding.
V-226455
False
GEN000540
Check the minimum time period between password changes for each user account is 1 day or greater.
# awk -F: '$4 < 1 {print $1}' /etc/shadow
If any results are returned that are not associated with a system account, this is a finding.
M
4060