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 3538e2e + c1e03e2 commit d1490a9Copy full SHA for d1490a9
1 file changed
apps/user_ldap/lib/User/User.php
@@ -202,7 +202,7 @@ public function processAttributes($ldapEntry) {
202
$displayName2 = (string)$ldapEntry[$attr][0];
203
}
204
if ($displayName !== '') {
205
- $this->composeAndStoreDisplayName($displayName);
+ $this->composeAndStoreDisplayName($displayName, $displayName2);
206
$this->access->cacheUserDisplayName(
207
$this->getUsername(),
208
$displayName,
0 commit comments