diff options
author | Sam James <sam@gentoo.org> | 2020-11-02 23:40:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-02 23:40:50 +0000 |
commit | 94a9b5f76fc8fa1a3c6c34c5baa3fb25825e1dc2 (patch) | |
tree | cf6e4a8366437b11679eb2fb52bebec67454a046 /templates | |
parent | templates/system-auth.tpl: fix pam_cap realm (diff) | |
download | pambase-94a9b5f76fc8fa1a3c6c34c5baa3fb25825e1dc2.tar.gz pambase-94a9b5f76fc8fa1a3c6c34c5baa3fb25825e1dc2.tar.bz2 pambase-94a9b5f76fc8fa1a3c6c34c5baa3fb25825e1dc2.zip |
pambase.py: rename --libcap -> --capspambase-20201102
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 2f2fe76..4ff78e4 100644 --- a/templates/system-auth.tpl +++ b/templates/system-auth.tpl @@ -47,7 +47,7 @@ password optional pam_permit.so session optional pam_ssh.so {% endif %} -{% if libcap %} +{% if caps %} -auth optional pam_cap.so {% endif %} |