mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Clean support of public calendars, add support of private calendars
This commit is contained in:
parent
a28bd4a5fa
commit
f9836ab093
7 changed files with 42 additions and 13 deletions
|
@ -50,6 +50,8 @@ INITIAL_CONFIG = {
|
|||
"stock": "utf-8"},
|
||||
"acl": {
|
||||
"type": "None",
|
||||
"public_users": "public",
|
||||
"private_users": "private",
|
||||
"httpasswd_filename": "/etc/radicale/users",
|
||||
"httpasswd_encryption": "crypt",
|
||||
"ldap_url": "ldap://localhost:389/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue