mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Add ldap_binddn and ldap_password in the default configuration file
This commit is contained in:
parent
b7df8f2e0c
commit
818da78c07
1 changed files with 5 additions and 0 deletions
|
@ -232,6 +232,11 @@ configuration file, with the main parameters:
|
|||
ldap_base = ou=users,dc=example,dc=com
|
||||
# LDAP login attribute
|
||||
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]
|
||||
# Folder for storing local calendars, created if not present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue