modules: config: ldap: sssd: set ignore group members to true
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.