1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Allow authentication before LDAP searches (patch from Łukasz)

This commit is contained in:
Guillaume Ayoub 2011-05-10 14:45:54 +02:00
parent 0171690af5
commit 2830afd71d
3 changed files with 14 additions and 1 deletions

View file

@ -54,7 +54,9 @@ INITIAL_CONFIG = {
"httpasswd_encryption": "crypt",
"ldap_url": "ldap://localhost:389/",
"ldap_base": "ou=users,dc=example,dc=com",
"ldap_attribute": "uid"},
"ldap_attribute": "uid",
"ldap_binddn": "",
"ldap_password": ""},
"storage": {
"folder": os.path.expanduser("~/.config/radicale/calendars")},
"logging": {