Allow attach custom auth handler
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user