Merge pull request #15 from MelianLabs/http

Added HTTP-based authentication
This commit is contained in:
Guillaume Ayoub
2013-04-25 16:07:49 -07:00
3 changed files with 48 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ INITIAL_CONFIG = {
"stock": "utf-8"},
"auth": {
"type": "None",
"auth_url": "",
"user_param": "username",
"password_param": "password",
"public_users": "public",
"private_users": "private",
"htpasswd_filename": "/etc/radicale/users",