Translations:LDAP settings/21/en
From LimeSurvey Manual
Then define the group filter parameters:
- $ldap_queries[$query_id]['groupbase']: The Root DN from which you want to start searching for group entries;
- $ldap_queries[$query_id]['groupfilter']: The LDAP filter that will select potential group entries;
- $ldap_queries[$query_id]['groupscope']: The scope of the LDAP search for groups ('on', 'base' or 'sub');
- $ldap_queries[$query_id]['groupmemberattr']: The Name of the LDAP attribute in the group entry that will contain references to users' entries;
- $ldap_queries[$query_id]['groupmemberisdn']: TRUE.