diff options
author | Sam James <sam@gentoo.org> | 2024-01-28 08:14:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-28 08:14:35 +0000 |
commit | f6e52e5b96c20426687bc8041b171c9b788d7910 (patch) | |
tree | bb8595dba78e127a1a140404247af368977ca6cf | |
parent | Add sssd support (diff) | |
download | pambase-master.tar.gz pambase-master.tar.bz2 pambase-master.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.tpl | 2 |
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 }} |