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

Small cleanup about LDAP

This commit is contained in:
Guillaume Ayoub 2012-03-13 10:47:01 +01:00
parent 3bfd6352b2
commit cc23d9dd8d
2 changed files with 5 additions and 4 deletions

View file

@ -58,6 +58,7 @@ INITIAL_CONFIG = {
"ldap_url": "ldap://localhost:389/",
"ldap_base": "ou=users,dc=example,dc=com",
"ldap_attribute": "uid",
"ldap_filter": "",
"ldap_binddn": "",
"ldap_password": "",
"ldap_scope": "OneLevel",