aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-28 08:14:35 +0000
committerSam James <sam@gentoo.org>2024-01-28 08:14:35 +0000
commitf6e52e5b96c20426687bc8041b171c9b788d7910 (patch)
treebb8595dba78e127a1a140404247af368977ca6cf
parentAdd sssd support (diff)
downloadpambase-f6e52e5b96c20426687bc8041b171c9b788d7910.tar.gz
pambase-f6e52e5b96c20426687bc8041b171c9b788d7910.tar.bz2
pambase-f6e52e5b96c20426687bc8041b171c9b788d7910.zip
system-auth.tpl: fix sssd's pam_denyHEADpambase-20240128master
Closes: https://bugs.gentoo.org/922918 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--templates/system-auth.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
index 4065e89..9a274a4 100644
--- a/templates/system-auth.tpl
+++ b/templates/system-auth.tpl
@@ -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 }}