SV-217134r603262_rule
V-217134
SRG-OS-000480-GPOS-00225
SLES-12-010320
CAT II
10
Configure the SUSE operating system to prevent the use of dictionary words for passwords.
Edit "/etc/pam.d/common-password" and add the following line:
password requisite pam_cracklib.so retry=3
Verify the SUSE operating system prevents the use of dictionary words for passwords.
Check that the SUSE operating system prevents the use of dictionary words for passwords with the following command:
# grep pam_cracklib.so /etc/pam.d/common-password
password requisite pam_cracklib.so retry=3
If the command does not return anything, or the returned line is commented out, this is a finding.
If the value of "retry" is greater than 3, this is a finding.
V-217134
False
SLES-12-010320
Verify the SUSE operating system prevents the use of dictionary words for passwords.
Check that the SUSE operating system prevents the use of dictionary words for passwords with the following command:
# grep pam_cracklib.so /etc/pam.d/common-password
password requisite pam_cracklib.so retry=3
If the command does not return anything, or the returned line is commented out, this is a finding.
If the value of "retry" is greater than 3, this is a finding.
M
4033