mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Explain authentication and URLs
This commit is contained in:
parent
103315c204
commit
f814eb88f6
1 changed files with 15 additions and 0 deletions
|
@ -215,6 +215,7 @@ This configuration file is read each time the server is launched. If some
|
|||
values are not given, the default ones are used. If no configuration file is
|
||||
available, all the default values are used.
|
||||
|
||||
|
||||
Logging Configuration File
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -290,6 +291,20 @@ options. These options are available by typing::
|
|||
radicale --help
|
||||
|
||||
|
||||
Authentication and URLs
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If no authentication method is set, calendars are available at ``/calendar``
|
||||
and ``/folder/calendar`` URLs.
|
||||
|
||||
If an authentication method is set:
|
||||
|
||||
- calendars at ``/calendar`` URLs are available for all the authenticated
|
||||
people;
|
||||
- calendars at ``/user/calendar`` URLs are only available for the authenticated
|
||||
person called ``user``.
|
||||
|
||||
|
||||
Python Versions and OS Support
|
||||
==============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue