Translations:LDAP settings/27/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']: FALSE;
- $ldap_queries[$query_id]['useridattr']: name of the user attribute that must match the UID found in the group members.