Add default config keys for additional auth modules
This commit is contained in:
parent
fe0f3020a4
commit
12bb8a287a
@ -58,7 +58,9 @@ INITIAL_CONFIG = {
|
|||||||
"ldap_base": "ou=users,dc=example,dc=com",
|
"ldap_base": "ou=users,dc=example,dc=com",
|
||||||
"ldap_attribute": "uid",
|
"ldap_attribute": "uid",
|
||||||
"ldap_binddn": "",
|
"ldap_binddn": "",
|
||||||
"ldap_password": ""},
|
"ldap_password": "",
|
||||||
|
"pam_group_membership": "",
|
||||||
|
"courier_socket": ""},
|
||||||
"storage": {
|
"storage": {
|
||||||
"folder": os.path.expanduser("~/.config/radicale/calendars")},
|
"folder": os.path.expanduser("~/.config/radicale/calendars")},
|
||||||
"logging": {
|
"logging": {
|
||||||
|
Loading…
Reference in New Issue
Block a user