mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Add default config keys for additional auth modules
This commit is contained in:
parent
fe0f3020a4
commit
12bb8a287a
1 changed files with 3 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue