mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Allow attach custom rights backend, small fix in default config file
This commit is contained in:
parent
017df0ddcf
commit
1d0418594d
3 changed files with 14 additions and 5 deletions
7
config
7
config
|
@ -105,12 +105,15 @@ committer = Firstname Lastname <Radicale@Radicale.org>
|
|||
[rights]
|
||||
# Rights backend
|
||||
# Value: regex
|
||||
backend = "regex"
|
||||
backend = regex
|
||||
|
||||
# Rights management method
|
||||
# Value: None | owner_only | owner_write | from_file
|
||||
# Value: None | owner_only | owner_write | from_file | custom
|
||||
type = None
|
||||
|
||||
# Rights custom handler
|
||||
custom_handler =
|
||||
|
||||
# File for rights management from_file
|
||||
file = ~/.config/radicale/rights
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue