SV-281183r1195427_rule
V-281183
SRG-OS-000070-GPOS-00038
RHEL-10-600240
CAT II
10
Configure RHEL 10 to enforce password complexity by requiring that at least one lowercase character be used by setting the "lcredit" 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 "lcredit" parameter:
lcredit = -1
Verify RHEL 10 enforces password complexity by requiring that at least one lowercase character be used with the following command:
$ sudo grep -s lcredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf
/etc/security/pwquality.conf:lcredit = -1
If the value of "lcredit" is a positive number or is commented out, this is a finding.
V-281183
False
RHEL-10-600240
Verify RHEL 10 enforces password complexity by requiring that at least one lowercase character be used with the following command:
$ sudo grep -s lcredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf
/etc/security/pwquality.conf:lcredit = -1
If the value of "lcredit" is a positive number or is commented out, this is a finding.
M
5733