From c0ed505f787a21ef102ac88a9cba1e2f19b68a3c Mon Sep 17 00:00:00 2001 From: antonyc Date: Sat, 23 Jun 2012 01:01:45 +0400 Subject: [PATCH] I tried to start a dev installation with htpasswd and found this typo. --- radicale/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radicale/config.py b/radicale/config.py index faa492e..fc545c1 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -53,8 +53,8 @@ INITIAL_CONFIG = { "type": "None", "public_users": "public", "private_users": "private", - "httpasswd_filename": "/etc/radicale/users", - "httpasswd_encryption": "crypt", + "htpasswd_filename": "/etc/radicale/users", + "htpasswd_encryption": "crypt", "ldap_url": "ldap://localhost:389/", "ldap_base": "ou=users,dc=example,dc=com", "ldap_attribute": "uid",