LDAP Wizard: add objectclass for group detection in Zimbra

remotes/origin/stable6
Arthur Schiwon 2013-11-21 11:20:31 +07:00
parent 391f267d38
commit dd5e1092c7
1 changed files with 1 additions and 1 deletions

@ -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) {