Преглед изворни кода

Add default config keys for additional auth modules

Guillaume Ayoub пре 14 година
родитељ
комит
12bb8a287a
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      radicale/config.py

+ 3 - 1
radicale/config.py

@@ -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": {