mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
2201a45d27
- addressbook now supports contacts in SQL and accounts in LDAP - added supported objectClasses and a README in new doc dir - ldap::quote() against LDAP query injection - got jpegphoto in LDAP working (they are binary) - we support now mozillaAbPersonAlpha and the older mozillaOrgPerson schema, beside inetOrpPerson and evolutionPerson - added sorting, letter-search and limited result sets for LDAP still missing is to disable the organisation stuff in the UI for LDAP
19 lines
712 B
Plaintext
19 lines
712 B
Plaintext
eGroupWare Addressbook 1.3+ LDAP support
|
|
========================================
|
|
|
|
The new Addressbook requires only the inetOrgPerson schema.
|
|
|
|
If you want to use extra attributes availible in the SQL addressbook
|
|
like eg. the home-address you need to use some other supported schema:
|
|
- evolutionOrgPerson used by evolution
|
|
- mozillaAbPersonAlpha used by thunderbird & sunbird 1.5+
|
|
- mozillaOrgPerson older mozilla schema (depricated, but mostly compatible to mozillaAbPersonAlpha)
|
|
|
|
Please note:
|
|
You can install the evolutionPerson schema together with ONE
|
|
of the mozilla schemas. You can NOT install both mozilla schema!
|
|
|
|
If the addressbook detects the schemas, it fills the extra fields of each schema.
|
|
|
|
Ralf
|