1
0
Fork 0
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:
Guillaume Ayoub 2011-05-17 00:30:22 +02:00
parent 103315c204
commit f814eb88f6

View file

@ -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
==============================