SV-239095r675093_rule
V-239095
SRG-OS-000071-GPOS-00039
PHTN-67-000023
CAT II
10
Open /etc/pam.d/system-password with a text editor.
Add the following, replacing any existing "pam_cracklib.so" line:
password requisite pam_cracklib.so dcredit=-1 ucredit=-1 lcredit=-1 ocredit=-1 minlen=8 minclass=4 difok=4 retry=3 maxsequence=0 enforce_for_root
At the command line, execute the following command:
# grep pam_cracklib /etc/pam.d/system-password|grep --color=always "dcredit=.."
Expected result:
password requisite pam_cracklib.so dcredit=-1 ucredit=-1 lcredit=-1 ocredit=-1 minlen=8 minclass=4 difok=4 retry=3 maxsequence=0 enforce_for_root
If the output does not match the expected result, this is a finding.
V-239095
False
PHTN-67-000023
At the command line, execute the following command:
# grep pam_cracklib /etc/pam.d/system-password|grep --color=always "dcredit=.."
Expected result:
password requisite pam_cracklib.so dcredit=-1 ucredit=-1 lcredit=-1 ocredit=-1 minlen=8 minclass=4 difok=4 retry=3 maxsequence=0 enforce_for_root
If the output does not match the expected result, this is a finding.
M
5323