mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Allow authentication before LDAP searches (patch from Łukasz)
This commit is contained in:
parent
0171690af5
commit
2830afd71d
3 changed files with 14 additions and 1 deletions
5
config
5
config
|
@ -48,6 +48,11 @@ ldap_url = ldap://localhost:389/
|
|||
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