Skip to content
Snippets Groups Projects
Commit dd5e1092 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP Wizard: add objectclass for group detection in Zimbra

parent 391f267d
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ class Wizard extends LDAPUtility {
throw new \Exception('Could not connect to LDAP');
}
$obclasses = array('posixGroup', 'group', '*');
$obclasses = array('posixGroup', 'group', 'zimbraDistributionList', '*');
$this->determineFeature($obclasses, 'cn', $dbkey, $confkey);
if($testMemberOf) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment