From c2060f499d483e11ba4524283c2d95a6a8beb8dc Mon Sep 17 00:00:00 2001 From: Christopher Byrne Date: Sun, 3 Sep 2023 11:32:19 -0500 Subject: Add sssd support Bug: https://bugs.gentoo.org/726050 Closes: https://github.com/gentoo/pambase/issues/1 Signed-off-by: Christopher Byrne Closes: https://github.com/gentoo/pambase/pull/17 Signed-off-by: Sam James --- templates/system-session.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/system-session.tpl') diff --git a/templates/system-session.tpl b/templates/system-session.tpl index 536db49..4c5585b 100644 --- a/templates/system-session.tpl +++ b/templates/system-session.tpl @@ -13,3 +13,7 @@ session [success=1 default=ignore] pam_systemd_home.so {% endif %} session required pam_unix.so {{ debug|default('', true) }} + +{% if sssd %} +session optional pam_sss.so {{ debug|default('', true) }} +{% endif %} -- cgit v1.2.3-65-gdbad