SV-281184r1197239_rule
V-281184
SRG-OS-000069-GPOS-00037
RHEL-10-600250
CAT II
10
Configure RHEL 10 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 RHEL 10 enforces password complexity by requiring that at least one uppercase character be used.
Check the value for "ucredit" with the following command:
$ sudo grep -s ucredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf
/etc/security/pwquality.conf:ucredit = -1
If the value of "ucredit" is a positive number or is commented out, this is a finding.
V-281184
False
RHEL-10-600250
Verify RHEL 10 enforces password complexity by requiring that at least one uppercase character be used.
Check the value for "ucredit" with the following command:
$ sudo grep -s ucredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf
/etc/security/pwquality.conf:ucredit = -1
If the value of "ucredit" is a positive number or is commented out, this is a finding.
M
5733