From e14bed9f95769792e0165ca0c05b90ff35228ccb Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 8 Aug 2012 18:45:55 +0200 Subject: [PATCH] Add rights section in config module --- radicale/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radicale/config.py b/radicale/config.py index e38a3424..29c3b948 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -66,6 +66,8 @@ INITIAL_CONFIG = { "ldap_scope": "OneLevel", "pam_group_membership": "", "courier_socket": ""}, + "rights": { + "type": "None"}, "storage": { "type": "filesystem", "filesystem_folder": os.path.expanduser(