Allow attach custom rights backend, small fix in default config file
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user