diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index 965b750eb7..4108a36e81 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -83,7 +83,7 @@ } } $this->data['account_dn'] = $allValues[0]['dn']; - $this->data['fullname'] = $allValues[0]['cn'][0]; + $this->data['fullname'] = $GLOBALS['phpgw']->translation->convert($allValues[0]['cn'][0],'utf-8'); if ($GLOBALS['phpgw_info']['server']['ldap_extra_attributes']) {