SV-282764r1201597_rule
V-282764
SRG-OS-000710-GPOS-00160
TOSS-05-000079
CAT II
10
Configure TOSS 5 to verify when users create or update passwords, the passwords are not found on a list of commonly-used, expected, or compromised passwords by adding the following to the /etc/pam.d/password-auth and /etc/pam.d/system-auth files:
password requisite pam_pwquality.so local_users_only
Verify TOSS 5 is configured not allow users create or update passwords with passwords that are found on the list of commonly-used, expected, or compromised passwords using the following command:
$ sudo grep pam_pwquality /etc/pam.d/system-auth
or
$ sudo grep pam_pwquality /etc/pam.d/password-auth
password requisite pam_pwquality.so local_users_only
If the parameter "pam_pwquality" is not set and required in at least one of the pam stacks, this is a finding.
V-282764
False
TOSS-05-000079
Verify TOSS 5 is configured not allow users create or update passwords with passwords that are found on the list of commonly-used, expected, or compromised passwords using the following command:
$ sudo grep pam_pwquality /etc/pam.d/system-auth
or
$ sudo grep pam_pwquality /etc/pam.d/password-auth
password requisite pam_pwquality.so local_users_only
If the parameter "pam_pwquality" is not set and required in at least one of the pam stacks, this is a finding.
M
5738