We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac56e4 commit d693a8eCopy full SHA for d693a8e
roles/os_hardening/templates/etc/pam.d/rhel_auth.j2
@@ -36,7 +36,7 @@ account required pam_permit.so
36
password requisite pam_pwquality.so {{ os_auth_pam_pwquality_options }}
37
{% endif %}
38
{# NSA 2.3.3.6 Limit Password Reuse #}
39
-password required pam_pwhistory.so remember=5 use_authtok
+password requisite pam_pwhistory.so remember=5 use_authtok
40
{# NSA 2.3.3.5 Upgrade Password Hashing Algorithm to SHA-512 #}
41
password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok
42
{% if (os_auth_pam_sssd_enable | bool) %}
0 commit comments