SV-252658r991589_rule
V-252658
SRG-OS-000480-GPOS-00227
OL08-00-020102
CAT II
10
Configure the operating system to limit the "pwquality" retry option to 3.
Add the following line to the "/etc/pam.d/system-auth" file (or modify the line to have the required value):
password requisite pam_pwquality.so retry=3
Note: This requirement applies to OL versions 8.0 through 8.3. If the system is OL version 8.4 or newer, this requirement is not applicable.
Verify the operating system is configured to limit the "pwquality" retry option to 3.
Check for the use of the "pwquality" retry option in the system-auth file with the following command:
$ sudo cat /etc/pam.d/system-auth | grep pam_pwquality
password requisite pam_pwquality.so retry=3
If the value of "retry" is set to "0" or greater than "3", this is a finding.
V-252658
False
OL08-00-020102
Note: This requirement applies to OL versions 8.0 through 8.3. If the system is OL version 8.4 or newer, this requirement is not applicable.
Verify the operating system is configured to limit the "pwquality" retry option to 3.
Check for the use of the "pwquality" retry option in the system-auth file with the following command:
$ sudo cat /etc/pam.d/system-auth | grep pam_pwquality
password requisite pam_pwquality.so retry=3
If the value of "retry" is set to "0" or greater than "3", this is a finding.
M
5416