"fix for bug #643: Public-Keys can not be displayed after saving/closing addressbook-entry"

This commit is contained in:
Ralf Becker 2007-05-03 09:22:49 +00:00
parent ac4c7eb249
commit 4a9fa4ef59

View File

@ -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