1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Add ldap_binddn and ldap_password in the default configuration file

This commit is contained in:
Guillaume Ayoub 2011-06-11 18:22:33 +02:00
parent b7df8f2e0c
commit 818da78c07

View file

@ -232,6 +232,11 @@ configuration file, with the main parameters:
ldap_base = ou=users,dc=example,dc=com ldap_base = ou=users,dc=example,dc=com
# LDAP login attribute # LDAP login attribute
ldap_attribute = uid ldap_attribute = uid
# LDAP dn for initial login, used if LDAP server does not allow anonymous searches
# Leave empty if searches are anonymous
ldap_binddn =
# LDAP password for initial login, used with ldap_binddn
ldap_password =
[storage] [storage]
# Folder for storing local calendars, created if not present # Folder for storing local calendars, created if not present