diff --git a/radicale/config.py b/radicale/config.py index 5521190..9602068 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -121,7 +121,7 @@ INITIAL_CONFIG = OrderedDict([ "type": str})])), ("auth", OrderedDict([ ("type", { - "value": "None", + "value": "none", "help": "authentication method", "type": str}), ("htpasswd_filename", {