SV-275655r1148015_rule
V-275655
SRG-OS-000072-GPOS-00040
RIIM-OS-611040
CAT II
10
Configure Ubuntu OS to require the change of at least eight characters when passwords are changed.
Add or modify the following line in the "/etc/security/pwquality.conf" file:
difok = 8
Verify Ubuntu OS requires the change of at least eight characters when passwords are changed by using the following command:
$ grep -i difok /etc/security/pwquality.conf
difok = 8
If "difok" is less than "8", is commented out, or is missing, this is a finding.
V-275655
False
RIIM-OS-611040
Verify Ubuntu OS requires the change of at least eight characters when passwords are changed by using the following command:
$ grep -i difok /etc/security/pwquality.conf
difok = 8
If "difok" is less than "8", is commented out, or is missing, this is a finding.
M
5706