Skip to content
Snippets Groups Projects
Unverified Commit c2d75ddc authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #13187 from nextcloud/fix/noid/ldap-misses-store-2n-displayname-portion

do not forgot to store the second displayname portion
parents 7717fc03 8bacbffe
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ class User {
$displayName2 = (string)$ldapEntry[$attr][0];
}
if ($displayName !== '') {
$this->composeAndStoreDisplayName($displayName);
$this->composeAndStoreDisplayName($displayName, $displayName2);
$this->access->cacheUserDisplayName(
$this->getUsername(),
$displayName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment