A CardDAV server with LDAP as authentication and contacts backend.
-- The following features are available
- Authenticate CardDAV users against LDAP.
- Multiple address book support.
- Global, shared and private address book support.
- Full read-write support between CardDAV clients and LDAP with contact renaming.
- Bidirectional sync between LDAP and CardDAV clients for new contacts, modified contacts and contacts deleted via CardDAV protocol (contacts deleted directly in LDAP are deleted in CardDAV clients asynchronously).
- Extensive and customizable configuration option to map vCard properties to LDAP attributes including multi-value and composite value properties and attributes.
- Media like images storage support.
- Contact group support.
-- Limitations
- Does not support anonymous access to the server.
- Same LDAP server must be used for authentication as well as address book.
- Does not support any date and/or time vCard property.
-- Planned features
- Compatibility to as many vCard data types as possible.
-- Installation
- Check INSTALL file.