We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f1de9f + 743066a commit 23c98e1Copy full SHA for 23c98e1
apps/user_ldap/lib/Group_LDAP.php
@@ -496,7 +496,7 @@ public function getUsersInGidNumber(
496
$filter = $this->prepareFilterForUsersHasGidNumber($groupDN, $search);
497
$users = $this->access->fetchListOfUsers(
498
$filter,
499
- [$this->access->connection->ldapUserDisplayName, 'dn'],
+ $this->access->userManager->getAttributes(true),
500
$limit,
501
$offset
502
);
@@ -620,7 +620,7 @@ public function getUsersInPrimaryGroup(
620
$filter = $this->prepareFilterForUsersInPrimaryGroup($groupDN, $search);
621
622
623
624
625
626
0 commit comments