SV-269407r1050290_rule
V-269407
SRG-OS-000075-GPOS-00043
ALMA-09-038190
CAT II
10
Configure noncompliant accounts to enforce a 24 hours/one day minimum password lifetime using the following command, substituting in the username:
$ chage -m 1 [user]
Verify the minimum time period between password changes for all user accounts is a day or more by running the following command:
$ 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-269407
False
ALMA-09-038190
Verify the minimum time period between password changes for all user accounts is a day or more by running the following command:
$ 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
5664