mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +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
|
||||
*
|
||||
* The ldap attribute names have to be lowercase!!!
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
@ -110,7 +112,7 @@ class so_ldap
|
||||
'jpegphoto' => 'jpegphoto',
|
||||
'n_fileas' => 'displayname',
|
||||
'label' => 'postaladdress',
|
||||
'pubkey' => 'userSMIMECertificate',
|
||||
'pubkey' => 'usersmimecertificate',
|
||||
),
|
||||
|
||||
#displayName
|
||||
|
Loading…
Reference in New Issue
Block a user