mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Allow attach custom auth handler
This commit is contained in:
parent
dca10fa14e
commit
a91a7790c5
7 changed files with 75 additions and 25 deletions
5
config
5
config
|
@ -47,9 +47,12 @@ stock = utf-8
|
|||
|
||||
[auth]
|
||||
# Authentication method
|
||||
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http
|
||||
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http | custom
|
||||
type = None
|
||||
|
||||
# custom auth handler
|
||||
custom_handler =
|
||||
|
||||
# Htpasswd filename
|
||||
htpasswd_filename = /etc/radicale/users
|
||||
# Htpasswd encryption method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue