mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:29:25 +01:00
"fix for bug #643: Public-Keys can not be displayed after saving/closing addressbook-entry"
This commit is contained in:
parent
ac4c7eb249
commit
4a9fa4ef59
@ -78,6 +78,8 @@ class so_ldap
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* maps between diverse ldap schema and the eGW internal names
|
* maps between diverse ldap schema and the eGW internal names
|
||||||
|
*
|
||||||
|
* The ldap attribute names have to be lowercase!!!
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
@ -110,7 +112,7 @@ class so_ldap
|
|||||||
'jpegphoto' => 'jpegphoto',
|
'jpegphoto' => 'jpegphoto',
|
||||||
'n_fileas' => 'displayname',
|
'n_fileas' => 'displayname',
|
||||||
'label' => 'postaladdress',
|
'label' => 'postaladdress',
|
||||||
'pubkey' => 'userSMIMECertificate',
|
'pubkey' => 'usersmimecertificate',
|
||||||
),
|
),
|
||||||
|
|
||||||
#displayName
|
#displayName
|
||||||
|
Loading…
Reference in New Issue
Block a user