Skip to content

Commit 5be13e8

Browse files
authored
Merge pull request #430 from joubbi/comment
Remove comments from PAM config file, but keep it in the template
2 parents a23eb05 + 0010715 commit 5be13e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/os_hardening/templates/etc/pam.d/rhel_auth.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ account required pam_permit.so
3535
{% if (os_auth_pam_passwdqc_enable | bool) %}
3636
password required pam_pwquality.so {{ os_auth_pam_pwquality_options }}
3737
{% endif %}
38-
# NSA 2.3.3.5 Upgrade Password Hashing Algorithm to SHA-512
39-
# NSA 2.3.3.6 Limit Password Reuse
38+
{# NSA 2.3.3.5 Upgrade Password Hashing Algorithm to SHA-512 #}
39+
{# NSA 2.3.3.6 Limit Password Reuse #}
4040
password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=5
4141
{% if (os_auth_pam_sssd_enable | bool) %}
4242
password sufficient pam_sss.so use_authtok

0 commit comments

Comments
 (0)