diff options
author | Sam James <sam@gentoo.org> | 2020-10-26 21:15:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-26 22:48:39 +0000 |
commit | 47a7d6f7477ac279b271babd970d2b4b6839fdb5 (patch) | |
tree | 5b83dde112e758bac704bab74b8b9903ae38e200 /templates | |
parent | templates/system-auth.tpl: skip pam_unix with krb5 (diff) | |
download | pambase-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>
Diffstat (limited to 'templates')
-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 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" %} |