mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
from_file rights: Replace config parser interpolation
This commit is contained in:
parent
aef58bd55c
commit
d5f5eeeddf
4 changed files with 26 additions and 23 deletions
4
rights
4
rights
|
@ -21,14 +21,14 @@
|
|||
# Allow reading and writing principal collection (same as user name)
|
||||
#[principal]
|
||||
#user: .+
|
||||
#collection: %(login)s
|
||||
#collection: {user}
|
||||
#permissions: RW
|
||||
|
||||
# Allow reading and writing calendars and address books that are direct
|
||||
# children of the principal collection
|
||||
#[calendars]
|
||||
#user: .+
|
||||
#collection: %(login)s/[^/]+
|
||||
#collection: {user}/[^/]+
|
||||
#permissions: rw
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue