1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Clients will not show address books outside of /USERNAME/

This commit is contained in:
Unrud 2017-06-07 21:38:48 +02:00
parent 03caddc950
commit 78c5b74978

View file

@ -178,6 +178,12 @@ Default: `bcrypt`
### type
The backend that is used to check the access rights of collections.
The recommended backend is `owner_only`. If access to calendars
and address books outside of the home directory of users (that's `/USERNAME/`)
is granted, clients won't detect these collections and will not show them to
the user. Choosing any other method is only useful if you access calendars and
address books directly via URL.
Available backends:
`None`