Skip to content

Commit

Permalink
system-auth.tpl: fix sssd's pam_deny
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/922918
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jan 28, 2024
1 parent c2060f4 commit f6e52e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/system-auth.tpl
Expand Up @@ -31,7 +31,7 @@ auth sufficient pam_sss.so forward_pass {{ debug|default('', true) }}
auth optional pam_cap.so
{% endif %}
{% if sssd %}
auth sufficient pam_deny.so
auth required pam_deny.so
{% endif %}
{% if krb5 %}
account [success=2 default=ignore] pam_krb5.so {{ krb5_params }}
Expand Down

0 comments on commit f6e52e5

Please sign in to comment.