1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00

New rights management method: regex

user and collection are matched against regular expression to determine read/write access
This commit is contained in:
mail@sweil.de 2013-07-19 15:16:36 +02:00
parent b8848de15e
commit eed0f74fad
3 changed files with 170 additions and 2 deletions

View file

@ -74,7 +74,9 @@ INITIAL_CONFIG = {
"http_password_parameter": ""},
"rights": {
"type": "None",
"file": ""},
"file": "",
"regex_file": "",
"regex_secondary": "owner_only"},
"storage": {
"type": "filesystem",
"filesystem_folder": os.path.expanduser(