SV-258091r1208774_rule
V-258091
SRG-OS-000069-GPOS-00037
RHEL-09-611010
CAT II
10
Configure RHEL 9 to limit the "pwquality" retry option to "3".
Add or update the following line in the "/etc/security/pwquality.conf" file or a file in the "/etc/security/pwquality.conf.d/" directory to contain the "retry" parameter:
retry = 3
Verify RHEL 9 is configured to limit the "pwquality" retry option to "3".
Check for the use of the retry option in the security directory with the following command:
$ grep -w retry /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
retry = 3
If the value of "retry" is set to "0" or greater than "3", or is missing, this is a finding.
V-258091
False
RHEL-09-611010
Verify RHEL 9 is configured to limit the "pwquality" retry option to "3".
Check for the use of the retry option in the security directory with the following command:
$ grep -w retry /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
retry = 3
If the value of "retry" is set to "0" or greater than "3", or is missing, this is a finding.
M
5551