mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #52257 from nextcloud/fix/noid/ensure-userid-attr-present
fix(LDAP): inlcude ldapExpertUsernameAttr in general attribute list
This commit is contained in:
commit
98e3afce9e
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ class Manager {
|
|||
$baseAttributes = array_merge(Access::UUID_ATTRIBUTES, ['dn', 'uid', 'samaccountname', 'memberof']);
|
||||
$attributes = [
|
||||
$this->access->getConnection()->ldapExpertUUIDUserAttr,
|
||||
$this->access->getConnection()->ldapExpertUsernameAttr,
|
||||
$this->access->getConnection()->ldapQuotaAttribute,
|
||||
$this->access->getConnection()->ldapEmailAttribute,
|
||||
$this->access->getConnection()->ldapUserDisplayName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue