mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
mapped private cell-phone and public key
This commit is contained in:
parent
9d3d376d47
commit
ebdec8bcbb
@ -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?
|
||||
*/
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user