1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

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
commit 494ffbd762
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",