1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Different rights management backends

Initially only one backend - regular expressions based
This commit is contained in:
Sergey Fursov 2013-12-25 03:13:56 +04:00
parent 3ee47dd242
commit dca10fa14e
6 changed files with 52 additions and 2 deletions

View file

@ -75,6 +75,7 @@ INITIAL_CONFIG = {
"git": {
"committer": "Radicale <radicale@example.com>"},
"rights": {
"backend": "regex",
"type": "None",
"file": "~/.config/radicale/rights"},
"storage": {