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:
commit
494ffbd762
3 changed files with 48 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue