mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:28 +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',
|
'jpegphoto' => 'jpegphoto',
|
||||||
'n_fileas' => 'displayname',
|
'n_fileas' => 'displayname',
|
||||||
'label' => 'postaladdress',
|
'label' => 'postaladdress',
|
||||||
|
'pubkey' => 'userSMIMECertificate',
|
||||||
),
|
),
|
||||||
|
|
||||||
#displayName
|
#displayName
|
||||||
@ -146,7 +147,6 @@ class so_ldap
|
|||||||
# anniversary
|
# anniversary
|
||||||
# spouseName
|
# spouseName
|
||||||
# companyPhone
|
# companyPhone
|
||||||
# callbackPhone
|
|
||||||
# otherFacsimileTelephoneNumber
|
# otherFacsimileTelephoneNumber
|
||||||
# radio
|
# radio
|
||||||
# telex
|
# telex
|
||||||
@ -166,16 +166,15 @@ class so_ldap
|
|||||||
'freebusy_uri' => 'freeBusyuri',
|
'freebusy_uri' => 'freeBusyuri',
|
||||||
'calendar_uri' => 'calendaruri',
|
'calendar_uri' => 'calendaruri',
|
||||||
'tel_other' => 'otherphone',
|
'tel_other' => 'otherphone',
|
||||||
|
'tel_cell_private' => 'callbackPhone', // not the best choice, but better then nothing
|
||||||
),
|
),
|
||||||
// additional schema can be added here, including special functions
|
// additional schema can be added here, including special functions
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* still unsupported fields in LDAP:
|
* still unsupported fields in LDAP:
|
||||||
* --------------------------------
|
* --------------------------------
|
||||||
* tel_cell_private - only important one imo.
|
|
||||||
* tz
|
* tz
|
||||||
* geo
|
* geo
|
||||||
* pubkey - inetOrgPerson has a lot: question is which one is the right one?
|
|
||||||
*/
|
*/
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user