mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Document Dovecot auth
This commit is contained in:
parent
c6cc7f3486
commit
a1b8c65def
1 changed files with 9 additions and 0 deletions
|
@ -746,6 +746,9 @@ Available backends:
|
||||||
`ldap`
|
`ldap`
|
||||||
: Use a LDAP or AD server to authenticate users.
|
: Use a LDAP or AD server to authenticate users.
|
||||||
|
|
||||||
|
`dovecot`
|
||||||
|
: Use a local Dovecot server to authenticate users.
|
||||||
|
|
||||||
Default: `none`
|
Default: `none`
|
||||||
|
|
||||||
##### htpasswd_filename
|
##### htpasswd_filename
|
||||||
|
@ -858,6 +861,12 @@ The path to the CA file in pem format which is used to certificate the server ce
|
||||||
|
|
||||||
Default:
|
Default:
|
||||||
|
|
||||||
|
##### dovecot_socket
|
||||||
|
|
||||||
|
The path to the Dovecot client authentication socket (eg. /run/dovecot/auth-client on Fedora). Radicale must have read / write access to the socket.
|
||||||
|
|
||||||
|
Default:
|
||||||
|
|
||||||
##### lc_username
|
##### lc_username
|
||||||
|
|
||||||
Сonvert username to lowercase, must be true for case-insensitive auth
|
Сonvert username to lowercase, must be true for case-insensitive auth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue