SV-269392r1050275_rule
V-269392
SRG-OS-000078-GPOS-00046
ALMA-09-036540
CAT II
10
Configure AlmaLinux OS 9 to require a minimum 15-character password length by setting the "minlen" 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:
minlen = 15
Remove any configurations that conflict with the above value.
Verify that AlmaLinux OS 9 enforces a minimum 15-character password length with the following command:
$ grep -r minlen /etc/security/pwquality.conf*
/etc/security/pwquality.conf.d/stig.conf:minlen = 15
If the value of "minlen" is less than 15, is not set, is commented out, or if conflicting results are returned, this is a finding.
V-269392
False
ALMA-09-036540
Verify that AlmaLinux OS 9 enforces a minimum 15-character password length with the following command:
$ grep -r minlen /etc/security/pwquality.conf*
/etc/security/pwquality.conf.d/stig.conf:minlen = 15
If the value of "minlen" is less than 15, is not set, is commented out, or if conflicting results are returned, this is a finding.
M
5664