mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Add authentication structure, with fake and htpasswd methods.
This commit is contained in:
parent
06843adca1
commit
1998dc3b08
6 changed files with 105 additions and 31 deletions
|
@ -62,7 +62,8 @@ _initial = {
|
|||
},
|
||||
"acl": {
|
||||
"type": "fake",
|
||||
#"filename": "/etc/radicale/users",
|
||||
"filename": "/etc/radicale/users",
|
||||
"encryption": "crypt",
|
||||
},
|
||||
"support": {
|
||||
"type": "plain",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue