SV-217129r646698_rule
V-217129
SRG-OS-000075-GPOS-00043
SLES-12-010270
CAT II
10
Configure the SUSE operating system to enforce 24 hours/one day or greater as the minimum password age for user accounts.
Change the minimum time period between password changes for each [USER] account to "1" day with the command, replacing [USER] with the user account that must be changed:
> sudo passwd -n 1 [USER]
Verify the SUSE operating system enforces a minimum time period between password changes for each user account of one day or greater.
Check the minimum time period between password changes for each user account with the following command:
> sudo awk -F: '$4 < 1 {print $1 ":" $4}' /etc/shadow
smithj:1
If any results are returned that are not associated with a system account, this is a finding.
V-217129
False
SLES-12-010270
Verify the SUSE operating system enforces a minimum time period between password changes for each user account of one day or greater.
Check the minimum time period between password changes for each user account with the following command:
> sudo awk -F: '$4 < 1 {print $1 ":" $4}' /etc/shadow
smithj:1
If any results are returned that are not associated with a system account, this is a finding.
M
4033