Skip to content

modules: config: ldap: sssd: set ignore group members to true

Nicolas Froger requested to merge sssd-ignore-group-members into master

When running ls -l or stat, group names have to be fetched using group ids in LDAP using sssd. The request can also be simulated using the getent group ID command. By default, sssd fetches every member of the group. In our case, the students group has 8500 members making the request very slow.

Edited by Nicolas Froger

Merge request reports