mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Update sssd.md
Copy paste fail - ignore_group_members should be true to prevent recursion.
This commit is contained in:
parent
1e12b8552f
commit
6c8d065e83
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue