|
|
@ -498,7 +498,7 @@ class Wizard extends LDAPUtility { |
|
|
throw new \Exception('Could not connect to LDAP'); |
|
|
throw new \Exception('Could not connect to LDAP'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
$obclasses = array('groupOfNames', 'group', 'posixGroup', '*'); |
|
|
|
|
|
|
|
|
$obclasses = array('groupOfNames', 'groupOfUniqueNames', 'group', 'posixGroup', '*'); |
|
|
$this->determineFeature($obclasses, |
|
|
$this->determineFeature($obclasses, |
|
|
'objectclass', |
|
|
'objectclass', |
|
|
'ldap_groupfilter_objectclass', |
|
|
'ldap_groupfilter_objectclass', |
|
|
|