Skip to content

Commit de7a918

Browse files
tofuSCHNITZELblizzz
andcommitted
Update apps/user_ldap/lib/Group_LDAP.php
Co-authored-by: blizzz <blizzz@arthur-schiwon.de> Signed-off-by: Tobias Perschon <tobias@perschon.at>
1 parent b64a0c7 commit de7a918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/user_ldap/lib/Group_LDAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ public function inGroup($uid, $gid) {
164164
// AD has a default input buffer of 10 MB, we do not want
165165
// to take even the chance to exceed it
166166
$filter = $this->access->combineFilterWithOr($filterParts);
167+
$users = $this->access->fetchListOfUsers($filter, 'dn', count($filterParts));
167168
$bytes = 0;
168169
$filterParts = [];
169-
$users = $this->access->fetchListOfUsers($filter, 'dn', count($filterParts));
170170
$dns = array_merge($dns, $users);
171171
}
172172
}

0 commit comments

Comments
 (0)