From 6c8d065e83ae92c1949b8cfca7da1fb39114c417 Mon Sep 17 00:00:00 2001 From: Firstyear Date: Thu, 27 Jun 2024 10:51:13 +1000 Subject: [PATCH] Update sssd.md Copy paste fail - ignore_group_members should be true to prevent recursion. --- book/src/integrations/sssd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/integrations/sssd.md b/book/src/integrations/sssd.md index 58c6edb3b..da88fbc78 100644 --- a/book/src/integrations/sssd.md +++ b/book/src/integrations/sssd.md @@ -122,7 +122,7 @@ override_homedir = /home/%U # entries in Kanidm. # # ⚠️ NEVER CHANGE THIS VALUE ⚠️ -ignore_group_members = False +ignore_group_members = True # Disable caching of credentials by SSSD. SSSD uses less secure local password storage # mechanisims, and is a risk for credential disclosure.