SV-204414r603261_rule
V-204414
SRG-OS-000072-GPOS-00040
RHEL-07-010190
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
The "maxclassrepeat" option sets the maximum number of allowed same consecutive characters in the same class in the new password.
Check for the value of the "maxclassrepeat" option in "/etc/security/pwquality.conf" with the following command:
# grep maxclassrepeat /etc/security/pwquality.conf
maxclassrepeat = 4
If the value of "maxclassrepeat" is set to more than "4", this is a finding.
V-204414
False
RHEL-07-010190
The "maxclassrepeat" option sets the maximum number of allowed same consecutive characters in the same class in the new password.
Check for the value of the "maxclassrepeat" option in "/etc/security/pwquality.conf" with the following command:
# grep maxclassrepeat /etc/security/pwquality.conf
maxclassrepeat = 4
If the value of "maxclassrepeat" is set to more than "4", this is a finding.
M
2899