SV-282445r1200315_rule
V-282445
SRG-OS-000069-GPOS-00037
TOSS-05-000330
CAT II
10
Configure TOSS 5 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 required pam_pwquality.so retry=3
Verify TOSS 5 is configured to limit the "pwquality" retry option to "3".
Verify the use of the "pwquality" retry option in the "system-auth file" using the following command:
$ cat /etc/pam.d/system-auth | grep pam_pwquality
password required pam_pwquality.so retry=3
If the value of "retry" is set to "0" or greater than "3", or is missing, this is a finding.
V-282445
False
TOSS-05-000330
Verify TOSS 5 is configured to limit the "pwquality" retry option to "3".
Verify the use of the "pwquality" retry option in the "system-auth file" using the following command:
$ cat /etc/pam.d/system-auth | grep pam_pwquality
password required pam_pwquality.so retry=3
If the value of "retry" is set to "0" or greater than "3", or is missing, this is a finding.
M
5738