SV-208833r603263_rule
V-208833
SRG-OS-000266
OL6-00-000058
CAT III
10
The pam_cracklib module's "ocredit=" parameter controls requirements for usage of special (or ``other'') characters in a password. When set to a negative number, any password will be required to contain that many special characters. When set to a positive number, pam_cracklib will grant +1 additional length credit for each special character.
Edit /etc/pam.d/system-auth and /etc/pam.d/password-auth adding "ocredit=-1" after pam_cracklib.so to require use of a special character in passwords.
To check how many special characters are required in a password, run the following command:
$ grep pam_cracklib /etc/pam.d/system-auth /etc/pam.d/password-auth
The "ocredit" parameter (as a negative number) will indicate how many special characters are required. The DoD requires at least one special character in a password. This would appear as "ocredit=-1".
If the “ocredit” parameter is not found or not set to the required value, this is a finding.
V-208833
False
OL6-00-000058
To check how many special characters are required in a password, run the following command:
$ grep pam_cracklib /etc/pam.d/system-auth /etc/pam.d/password-auth
The "ocredit" parameter (as a negative number) will indicate how many special characters are required. The DoD requires at least one special character in a password. This would appear as "ocredit=-1".
If the “ocredit” parameter is not found or not set to the required value, this is a finding.
M
2928