parent
d10f6e94dc
commit
300b1131b4
|
@ -172,7 +172,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
|
||||||
// avoid loops
|
// avoid loops
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
$seen[$dn] = 1;
|
$seen[$dn] = true;
|
||||||
$filter = $this->access->combineFilterWithAnd(array(
|
$filter = $this->access->combineFilterWithAnd(array(
|
||||||
$this->access->connection->ldapGroupFilter,
|
$this->access->connection->ldapGroupFilter,
|
||||||
$this->access->connection->ldapGroupMemberAssocAttr.'='.$dn
|
$this->access->connection->ldapGroupMemberAssocAttr.'='.$dn
|
||||||
|
|
Loading…
Reference in New Issue