SV-269394r1050277_rule
V-269394
SRG-OS-000072-GPOS-00040
ALMA-09-036760
CAT II
10
Configure AlmaLinux OS 9 to require the change of at least four character classes when passwords are changed by setting the "minclass" option.
Add the following line to "/etc/security/pwquality.conf" (or modify the line to have the required value):
minclass = 4
Verify the value of the "minclass" option in "/etc/security/pwquality.conf" with the following command:
$ grep -ir minclass /etc/security/pwquality.conf*
/etc/security/pwquality.conf:# minclass = 0
/etc/security/pwquality.conf.d/stig.conf:minclass = 4
If the value of "minclass" is set to less than "4", or is commented out, this is a finding.
V-269394
False
ALMA-09-036760
Verify the value of the "minclass" option in "/etc/security/pwquality.conf" with the following command:
$ grep -ir minclass /etc/security/pwquality.conf*
/etc/security/pwquality.conf:# minclass = 0
/etc/security/pwquality.conf.d/stig.conf:minclass = 4
If the value of "minclass" is set to less than "4", or is commented out, this is a finding.
M
5664