Allow attach custom auth handler

This commit is contained in:
Sergey Fursov
2013-12-28 13:31:32 +04:00
parent dca10fa14e
commit a91a7790c5
7 changed files with 75 additions and 25 deletions

5
config
View File

@@ -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