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.
2 parents a23eb05 + 0010715 commit 5be13e8Copy full SHA for 5be13e8
roles/os_hardening/templates/etc/pam.d/rhel_auth.j2
@@ -35,8 +35,8 @@ account required pam_permit.so
35
{% if (os_auth_pam_passwdqc_enable | bool) %}
36
password required pam_pwquality.so {{ os_auth_pam_pwquality_options }}
37
{% endif %}
38
-# NSA 2.3.3.5 Upgrade Password Hashing Algorithm to SHA-512
39
-# NSA 2.3.3.6 Limit Password Reuse
+{# NSA 2.3.3.5 Upgrade Password Hashing Algorithm to SHA-512 #}
+{# NSA 2.3.3.6 Limit Password Reuse #}
40
password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=5
41
{% if (os_auth_pam_sssd_enable | bool) %}
42
password sufficient pam_sss.so use_authtok
0 commit comments