SV-238224r653847_rule
V-238224
SRG-OS-000072-GPOS-00040
UBTU-20-010053
CAT III
10
Configure the Ubuntu operating system to require the change of at least eight characters when passwords are changed.
Add or update the "/etc/security/pwquality.conf" file to include the "difok=8" parameter:
difok=8
Verify the Ubuntu operating system requires the change of at least eight characters when passwords are changed.
Determine if the field "difok" is set in the "/etc/security/pwquality.conf" file with the following command:
$ grep -i "difok" /etc/security/pwquality.conf
difok=8
If the "difok" parameter is less than "8" or is commented out, this is a finding.
V-238224
False
UBTU-20-010053
Verify the Ubuntu operating system requires the change of at least eight characters when passwords are changed.
Determine if the field "difok" is set in the "/etc/security/pwquality.conf" file with the following command:
$ grep -i "difok" /etc/security/pwquality.conf
difok=8
If the "difok" parameter is less than "8" or is commented out, this is a finding.
M
5318