mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Adapt base configuration to use with cranix-server. Only the certificate must be adapted
This commit is contained in:
parent
8d19fd7a64
commit
c5b5910de4
2 changed files with 49 additions and 5 deletions
33
rights
33
rights
|
@ -1,5 +1,34 @@
|
|||
# -*- mode: conf -*-
|
||||
# vim:ft=cfg
|
||||
# Allow all rights for the Administrator
|
||||
[root]
|
||||
user: Administrator
|
||||
collection: .*
|
||||
permissions: RW
|
||||
|
||||
# Allow reading principal collection (same as username)
|
||||
[principal]
|
||||
user: .+
|
||||
collection: {user}
|
||||
permissions: R
|
||||
|
||||
# Allow reading and writing private collection (same as username)
|
||||
[private]
|
||||
user: .+
|
||||
collection: {user}/private/
|
||||
permissions: RW
|
||||
|
||||
# Allow reading and writing calendars and address books that are direct
|
||||
# children of the principal collection for the member of some groups
|
||||
[calendarsWriter]
|
||||
groups: sysadmins,teachers,administration,administrators
|
||||
collection: {user}/[^/]+
|
||||
permissions: rw
|
||||
|
||||
# Allow reading calendars and address books that are direct
|
||||
# children of the principal collection for other users
|
||||
[calendarsReader]
|
||||
user: .+
|
||||
collection: {user}/[^/]+
|
||||
permissions: r
|
||||
|
||||
# Rights management file for Radicale - A simple calendar server
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue