commit: 7fc6c9c28d798dc3decf49dc772ebb8cf716bb09
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 11:24:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 11:24:00 2025 +0000
URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=7fc6c9c2
system-session: fix whitespace
Signed-off-by: Sam James <sam <AT> gentoo.org>
templates/system-session.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/system-session.tpl b/templates/system-session.tpl
index e5ab42b..150061f 100644
--- a/templates/system-session.tpl
+++ b/templates/system-session.tpl
@@ -4,7 +4,7 @@ session optional pam_mktemp.so
{% endif %}
session required pam_env.so {{ debug }}
-{%if krb5 %}
+{% if krb5 %}
session [success=1 default=ignore] pam_krb5.so {{ debug }}
ignore_root try_first_pass
{% endif %}