SV-282464r1200372_rule
V-282464
SRG-OS-000075-GPOS-00043
TOSS-05-000342
CAT II
10
Configure noncompliant accounts to enforce a 24 hour minimum password lifetime:
$ sudo passwd -n 1 [user]
Verify TOSS 5 has configured the minimum time period between password changes for each user account as one day or greater using the following command:
$ 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-282464
False
TOSS-05-000342
Verify TOSS 5 has configured the minimum time period between password changes for each user account as one day or greater using the following command:
$ 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
5738