mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Update documentation for 2.1.0
This commit is contained in:
parent
87c9d54bc0
commit
ee68ca343a
7 changed files with 19 additions and 48 deletions
10
wsgi.md
10
wsgi.md
|
@ -10,17 +10,13 @@ the source code as the WSGI file.
|
|||
A configuration file can be set with the `RADICALE_CONFIG` environment variable,
|
||||
otherwise the default configuration is used.
|
||||
|
||||
**Important:** The `None` authentication type disables all rights checking.
|
||||
Don't use it with `REMOTE_USER`. The development version of Radicale has
|
||||
the `remote_user` module for this use-case.
|
||||
|
||||
Be reminded that Radicale's default configuration enforces limits on the
|
||||
maximum upload file size.
|
||||
|
||||
**Security:** The `None` authentication type disables all rights checking.
|
||||
Don't use it with `REMOTE_USER`. Use `remote_user` instead.
|
||||
|
||||
## Manage user accounts with the WSGI server
|
||||
|
||||
(This feature is only available in the development version!)
|
||||
|
||||
Set the configuration option `type` in the `auth` section to `remote_user`.
|
||||
Radicale uses the user name provided by the WSGI server and disables
|
||||
authentication over HTTP.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue