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:
parent
3ee47dd242
commit
dca10fa14e
6 changed files with 52 additions and 2 deletions
|
@ -75,6 +75,7 @@ INITIAL_CONFIG = {
|
|||
"git": {
|
||||
"committer": "Radicale <radicale@example.com>"},
|
||||
"rights": {
|
||||
"backend": "regex",
|
||||
"type": "None",
|
||||
"file": "~/.config/radicale/rights"},
|
||||
"storage": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue