SV-260565r1015016_rule
V-260565
SRG-OS-000078-GPOS-00046
UBTU-22-611035
CAT II
10
Configure Ubuntu 22.04 LTS to enforce a minimum 15-character password length.
Add or modify the following line in the "/etc/security/pwquality.conf" file:
minlen = 15
Verify the pwquality configuration file enforces a minimum 15-character password length by using the following command:
$ grep -i minlen /etc/security/pwquality.conf
minlen = 15
If "minlen" is not "15" or higher, is commented out, or is missing, this is a finding.
V-260565
False
UBTU-22-611035
Verify the pwquality configuration file enforces a minimum 15-character password length by using the following command:
$ grep -i minlen /etc/security/pwquality.conf
minlen = 15
If "minlen" is not "15" or higher, is commented out, or is missing, this is a finding.
M
5594