SV-230357r627750_rule
V-230357
SRG-OS-000069-GPOS-00037
RHEL-08-020110
CAT II
10
Configure the operating system to enforce password complexity by requiring that at least one uppercase character be used by setting the "ucredit" option.
Add the following line to /etc/security/pwquality.conf (or modify the line to have the required value):
ucredit = -1
Verify the value for "ucredit" in "/etc/security/pwquality.conf" with the following command:
$ sudo grep ucredit /etc/security/pwquality.conf
ucredit = -1
If the value of "ucredit" is a positive number or is commented out, this is a finding.
V-230357
False
RHEL-08-020110
Verify the value for "ucredit" in "/etc/security/pwquality.conf" with the following command:
$ sudo grep ucredit /etc/security/pwquality.conf
ucredit = -1
If the value of "ucredit" is a positive number or is commented out, this is a finding.
M
2921