From ebdec8bcbb5d308f2f7f7ab126ea272ed5902ba1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 13 Jun 2006 15:40:42 +0000 Subject: [PATCH] mapped private cell-phone and public key --- addressbook/inc/class.so_ldap.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/addressbook/inc/class.so_ldap.inc.php b/addressbook/inc/class.so_ldap.inc.php index 1c6f9794ea..d3e6fae140 100644 --- a/addressbook/inc/class.so_ldap.inc.php +++ b/addressbook/inc/class.so_ldap.inc.php @@ -103,6 +103,7 @@ class so_ldap 'jpegphoto' => 'jpegphoto', 'n_fileas' => 'displayname', 'label' => 'postaladdress', + 'pubkey' => 'userSMIMECertificate', ), #displayName @@ -146,7 +147,6 @@ class so_ldap # anniversary # spouseName # companyPhone - # callbackPhone # otherFacsimileTelephoneNumber # radio # telex @@ -166,16 +166,15 @@ class so_ldap 'freebusy_uri' => 'freeBusyuri', 'calendar_uri' => 'calendaruri', 'tel_other' => 'otherphone', + 'tel_cell_private' => 'callbackPhone', // not the best choice, but better then nothing ), // additional schema can be added here, including special functions /** * still unsupported fields in LDAP: * -------------------------------- - * tel_cell_private - only important one imo. * tz * geo - * pubkey - inetOrgPerson has a lot: question is which one is the right one? */ );