SV-204419r603261_rule
V-204419
SRG-OS-000075-GPOS-00043
RHEL-07-010240
CAT II
10
Configure non-compliant accounts to enforce a 24 hours/1 day minimum password lifetime:
# chage -m 1 [user]
Check whether the minimum time period between password changes for each user account is one day or greater.
# awk -F: '$4 < 1 {print $1 " " $4}' /etc/shadow
If any results are returned that are not associated with a system account, this is a finding.
V-204419
False
RHEL-07-010240
Check whether the minimum time period between password changes for each user account is one day or greater.
# awk -F: '$4 < 1 {print $1 " " $4}' /etc/shadow
If any results are returned that are not associated with a system account, this is a finding.
M
2899