diff options
author | Sam James <sam@gentoo.org> | 2020-10-11 20:48:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 14:32:12 +0000 |
commit | 949722adbb7187b68f392164865a964610221604 (patch) | |
tree | eee61a4899d118d2d4d2bed285a5294352403769 /templates/system-session.tpl | |
parent | system-auth: introduce pam_pwhistory (diff) | |
download | pambase-949722adbb7187b68f392164865a964610221604.tar.gz pambase-949722adbb7187b68f392164865a964610221604.tar.bz2 pambase-949722adbb7187b68f392164865a964610221604.zip |
templates/system-session.tpl: include pam_krb5.so module name
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'templates/system-session.tpl')
-rw-r--r-- | templates/system-session.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/system-session.tpl b/templates/system-session.tpl index 1538429..ce3afa5 100644 --- a/templates/system-session.tpl +++ b/templates/system-session.tpl @@ -5,12 +5,9 @@ session optional pam_mktemp.so {% endif %} {%if krb5 %} -session [success=1 default=ignore] {{ krb5_params }} +session [success=1 default=ignore] pam_krb5.so {{ krb5_params }} {% endif %} session required pam_unix.so {{ debug|default('', true) }} -{%if krb5 %} -session [success=1 default=ignore] {{ krb5_params }} -{% endif %} session optional pam_permit.so |