SV-230360r1017172_rule
V-230360
SRG-OS-000072-GPOS-00040
RHEL-08-020140
CAT II
10
Configure the operating system to require the change of the number of repeating characters of the same character class when passwords are changed by setting the "maxclassrepeat" option.
Add the following line to "/etc/security/pwquality.conf" conf (or modify the line to have the required value):
maxclassrepeat = 4
Remove any configurations that conflict with the above value.
Check for the value of the "maxclassrepeat" option with the following command:
$ sudo grep -r maxclassrepeat /etc/security/pwquality.conf*
/etc/security/pwquality.conf:maxclassrepeat = 4
If the value of "maxclassrepeat" is set to "0", more than "4" or is commented out, this is a finding.
If conflicting results are returned, this is a finding.
V-230360
False
RHEL-08-020140
Check for the value of the "maxclassrepeat" option with the following command:
$ sudo grep -r maxclassrepeat /etc/security/pwquality.conf*
/etc/security/pwquality.conf:maxclassrepeat = 4
If the value of "maxclassrepeat" is set to "0", more than "4" or is commented out, this is a finding.
If conflicting results are returned, this is a finding.
M
2921