SV-258111r1045226_rule
V-258111
SRG-OS-000069-GPOS-00037
RHEL-09-611110
CAT II
10
Configure RHEL 9 to enforce password complexity by requiring that at least one uppercase character be used by setting the "ucredit" option.
Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "ucredit" parameter:
ucredit = -1
Verify that RHEL 9 enforces password complexity by requiring that at least one uppercase character be used.
Check the value for "ucredit" with the following command:
$ grep ucredit /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
ucredit = -1
If the value of "ucredit" is a positive number or is commented out, this is a finding.
V-258111
False
RHEL-09-611110
Verify that RHEL 9 enforces password complexity by requiring that at least one uppercase character be used.
Check the value for "ucredit" with the following command:
$ grep ucredit /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
ucredit = -1
If the value of "ucredit" is a positive number or is commented out, this is a finding.
M
5551