1
0
Fork 0
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:
Guillaume Ayoub 2010-01-21 18:52:53 +01:00
parent 06843adca1
commit 1998dc3b08
6 changed files with 105 additions and 31 deletions

View file

@ -62,7 +62,8 @@ _initial = {
},
"acl": {
"type": "fake",
#"filename": "/etc/radicale/users",
"filename": "/etc/radicale/users",
"encryption": "crypt",
},
"support": {
"type": "plain",