Update sssd.md

Copy paste fail - ignore_group_members should be true to prevent recursion.
This commit is contained in:
Firstyear 2024-06-27 10:51:13 +10:00 committed by James Hodgkinson
parent 1e12b8552f
commit 6c8d065e83

View file

@ -122,7 +122,7 @@ override_homedir = /home/%U
# entries in Kanidm. # entries in Kanidm.
# #
# ⚠️ NEVER CHANGE THIS VALUE ⚠️ # ⚠️ 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 # Disable caching of credentials by SSSD. SSSD uses less secure local password storage
# mechanisims, and is a risk for credential disclosure. # mechanisims, and is a risk for credential disclosure.