mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(LDAP): inlcude ldapExpertUsernameAttr in general attribute list
fixes corner cases in which an LDAP record might be loaded and used, where the user is still not mapped - and then this information is missing though expected. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
4120493856
commit
fa38ae46f4
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