mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Added file-based rights management
This commit is contained in:
parent
237f42909a
commit
e3bc6afdd3
5 changed files with 352 additions and 2 deletions
5
config
5
config
|
@ -80,9 +80,12 @@ courier_socket =
|
|||
|
||||
[rights]
|
||||
# Rights management method
|
||||
# Value: None | owner_only | owner_write
|
||||
# Value: None | owner_only | owner_write | file_based
|
||||
type = None
|
||||
|
||||
# File for file_based rights management
|
||||
file = ~/.config/radicale/rights
|
||||
|
||||
|
||||
[storage]
|
||||
# Storage backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue