mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Fix documentation of auth and rights backends
This commit is contained in:
parent
8914567e58
commit
7c4409f93d
1 changed files with 3 additions and 6 deletions
|
@ -608,8 +608,8 @@ The method to verify usernames and passwords.
|
|||
|
||||
Available backends:
|
||||
|
||||
`None`
|
||||
: Just allows all usernames and passwords. It also disables rights checking.
|
||||
`none`
|
||||
: Just allows all usernames and passwords.
|
||||
|
||||
`htpasswd`
|
||||
: Use an
|
||||
|
@ -626,7 +626,7 @@ Available backends:
|
|||
authentication. This can be used to provide the user name from a reverse
|
||||
proxy.
|
||||
|
||||
Default: `None`
|
||||
Default: `none`
|
||||
|
||||
#### htpasswd_filename
|
||||
|
||||
|
@ -684,9 +684,6 @@ address books directly via URL.
|
|||
|
||||
Available backends:
|
||||
|
||||
`None`
|
||||
: Everyone can read and write everything.
|
||||
|
||||
`authenticated`
|
||||
: Authenticated users can read and write everything.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue