Merge pull request #5979 from owncloud/fix5881

LDAP Wizard: add objectclass for group detection in Zimbra
This commit is contained in:
blizzz 2013-11-21 04:03:33 -08:00
commit a20c6049c3
1 changed files with 1 additions and 1 deletions

View File

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