SV-248694r1015054_rule
V-248694
SRG-OS-000075-GPOS-00043
OL08-00-020180
CAT II
10
Configure non-compliant accounts to enforce a 24 hours/one day minimum password lifetime:
$ sudo chage -m 1 [user]
Verify the minimum time period between password changes for each user account is one day or greater.
$ sudo 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-248694
False
OL08-00-020180
Verify the minimum time period between password changes for each user account is one day or greater.
$ sudo 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
5416