SV-271633r1091611_rule
V-271633
SRG-OS-000078-GPOS-00046
OL09-00-001105
CAT II
10
Configure OL 9 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
Verify that OL 9 enforces a minimum 15-character password length with the following command:
$ grep minlen /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
minlen = 15
If the command does not return a "minlen" value of "15" or greater, does not return a line, or the line is commented out, this is a finding.
V-271633
False
OL09-00-001105
Verify that OL 9 enforces a minimum 15-character password length with the following command:
$ grep minlen /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
minlen = 15
If the command does not return a "minlen" value of "15" or greater, does not return a line, or the line is commented out, this is a finding.
M
5680