add groupOfUniqueNames as valid group object class
This commit is contained in:
parent
48f9e4ed03
commit
81d4d85803
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,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',
|
||||||
|
|
Loading…
Reference in a new issue