SV-230369r1017181_rule
V-230369
SRG-OS-000078-GPOS-00046
RHEL-08-020230
CAT II
10
Configure operating system to enforce a minimum 15-character password length.
Add the following line to "/etc/security/pwquality.conf" (or modify the line to have the required value):
minlen = 15
Remove any configurations that conflict with the above value.
Verify the operating system enforces a minimum 15-character password length. The "minlen" option sets the minimum number of characters in a new password.
Check for the value of the "minlen" option with the following command:
$ sudo grep -r minlen /etc/security/pwquality.conf*
/etc/security/pwquality.conf:minlen = 15
If the command does not return a "minlen" value of 15 or greater, this is a finding.
If conflicting results are returned, this is a finding.
V-230369
False
RHEL-08-020230
Verify the operating system enforces a minimum 15-character password length. The "minlen" option sets the minimum number of characters in a new password.
Check for the value of the "minlen" option with the following command:
$ sudo grep -r minlen /etc/security/pwquality.conf*
/etc/security/pwquality.conf:minlen = 15
If the command does not return a "minlen" value of 15 or greater, this is a finding.
If conflicting results are returned, this is a finding.
M
2921