fix primary group retrieval
This commit is contained in:
parent
a876efda50
commit
2fddb1367a
|
@ -247,7 +247,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
|
|||
if(empty($result)) {
|
||||
return false;
|
||||
}
|
||||
$dn = $result[0];
|
||||
$dn = $result[0]['dn'][0];
|
||||
|
||||
//and now the group name
|
||||
//NOTE once we have separate ownCloud group IDs and group names we can
|
||||
|
|
Loading…
Reference in New Issue