aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-10-26 21:15:18 +0000
committerSam James <sam@gentoo.org>2020-10-26 22:48:39 +0000
commit47a7d6f7477ac279b271babd970d2b4b6839fdb5 (patch)
tree5b83dde112e758bac704bab74b8b9903ae38e200
parenttemplates/system-auth.tpl: skip pam_unix with krb5 (diff)
downloadpambase-47a7d6f7477ac279b271babd970d2b4b6839fdb5.tar.gz
pambase-47a7d6f7477ac279b271babd970d2b4b6839fdb5.tar.bz2
pambase-47a7d6f7477ac279b271babd970d2b4b6839fdb5.zip
templates/system-auth.tpl: fix libcap module namepambase-20201026
Bug: https://bugs.gentoo.org/750524 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 668303f..2ffd7ea 100644
--- a/templates/system-auth.tpl
+++ b/templates/system-auth.tpl
@@ -43,7 +43,7 @@ session optional pam_ssh.so
{% endif %}
{% if libcap %}
--session optional pam_libcap.so
+-session optional pam_cap.so
{% endif %}
{% include "templates/system-session.tpl" %}