Skip to content

Commit

Permalink
Merge branch 'master' into fix/nested-actions-back-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
emoral435 authored Nov 9, 2023
2 parents 9f1de9f + 743066a commit 23c98e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/user_ldap/lib/Group_LDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public function getUsersInGidNumber(
$filter = $this->prepareFilterForUsersHasGidNumber($groupDN, $search);
$users = $this->access->fetchListOfUsers(
$filter,
[$this->access->connection->ldapUserDisplayName, 'dn'],
$this->access->userManager->getAttributes(true),
$limit,
$offset
);
Expand Down Expand Up @@ -620,7 +620,7 @@ public function getUsersInPrimaryGroup(
$filter = $this->prepareFilterForUsersInPrimaryGroup($groupDN, $search);
$users = $this->access->fetchListOfUsers(
$filter,
[$this->access->connection->ldapUserDisplayName, 'dn'],
$this->access->userManager->getAttributes(true),
$limit,
$offset
);
Expand Down

0 comments on commit 23c98e1

Please sign in to comment.