Merge pull request #5979 from owncloud/fix5881

LDAP Wizard: add objectclass for group detection in Zimbra
remotes/origin/stable6
blizzz 12 years ago
commit a20c6049c3
  1. 2
      apps/user_ldap/lib/wizard.php

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

Loading…
Cancel
Save