SV-219186r610963_rule
V-219186
SRG-OS-000480-GPOS-00225
UBTU-18-010116
CAT II
10
Configure the operating system to use "pwquality" to enforce password complexity rules.
Install the pam_pwquality package by using the following command:
# apt-get install libpam-pwquality -y
Add the following line to "/etc/security/pwquality.conf" (or modify the line to have the required value):
enforcing = 1
Add the following line to "/etc/pam.d/common-password" (or modify the line to have the required value):
password requisite pam_pwquality.so retry=3 enforce_for_root
Note: The value of "retry" should be between "1" and "3".
Verify the Ubuntu operating system has the libpam-pwquality package installed, by running the following command:
# dpkg -l libpam-pwquality
ii libpam-pwquality:amd64 1.4.0-2 amd64 PAM module to check password strength
If "libpam-pwquality" is not installed, this is a finding.
Verify the operating system uses "pwquality" to enforce the password complexity rules.
Verify the pwquality module is being enforced by the Ubuntu Operating System, by running the following command:
# grep -i enforcing /etc/security/pwquality.conf
enforcing = 1
If the value of "enforcing" is not 1 or the line is commented out, this is a finding.
Check for the use of "pwquality" with the following command:
# sudo cat /etc/pam.d/common-password | grep requisite | grep pam_pwquality
password requisite pam_pwquality.so retry=3 enforce_for_root
If no output is returned or the line is commented out, this is a finding.
If the value of "retry" is set to "0" or greater than "3", this is a finding.
If "enforce_for_root" is missing from the configuration line, this is a finding.
V-219186
False
UBTU-18-010116
Verify the Ubuntu operating system has the libpam-pwquality package installed, by running the following command:
# dpkg -l libpam-pwquality
ii libpam-pwquality:amd64 1.4.0-2 amd64 PAM module to check password strength
If "libpam-pwquality" is not installed, this is a finding.
Verify the operating system uses "pwquality" to enforce the password complexity rules.
Verify the pwquality module is being enforced by the Ubuntu Operating System, by running the following command:
# grep -i enforcing /etc/security/pwquality.conf
enforcing = 1
If the value of "enforcing" is not 1 or the line is commented out, this is a finding.
Check for the use of "pwquality" with the following command:
# sudo cat /etc/pam.d/common-password | grep requisite | grep pam_pwquality
password requisite pam_pwquality.so retry=3 enforce_for_root
If no output is returned or the line is commented out, this is a finding.
If the value of "retry" is set to "0" or greater than "3", this is a finding.
If "enforce_for_root" is missing from the configuration line, this is a finding.
M
4055