mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 14:47:35 +03:00
Allow attach custom auth handler
This commit is contained in:
parent
dca10fa14e
commit
a91a7790c5
7 changed files with 75 additions and 25 deletions
|
@ -55,6 +55,7 @@ INITIAL_CONFIG = {
|
|||
"stock": "utf-8"},
|
||||
"auth": {
|
||||
"type": "None",
|
||||
"custom_handler": "",
|
||||
"htpasswd_filename": "/etc/radicale/users",
|
||||
"htpasswd_encryption": "crypt",
|
||||
"imap_hostname": "localhost",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue