Add default config keys for additional auth modules

This commit is contained in:
Guillaume Ayoub 2011-10-24 18:02:40 +02:00
parent fe0f3020a4
commit 12bb8a287a

View File

@ -58,7 +58,9 @@ INITIAL_CONFIG = {
"ldap_base": "ou=users,dc=example,dc=com",
"ldap_attribute": "uid",
"ldap_binddn": "",
"ldap_password": ""},
"ldap_password": "",
"pam_group_membership": "",
"courier_socket": ""},
"storage": {
"folder": os.path.expanduser("~/.config/radicale/calendars")},
"logging": {