mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #349 from nextcloud/ldab-groupOfUniqueNames
add groupOfUniqueNames as valid group object class
This commit is contained in:
commit
f88109be75
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue