Add md5 and bcrypt as available encryptions methods for htpasswd in config file

This commit is contained in:
Guillaume Ayoub 2015-10-21 02:09:11 +02:00
parent 7b82121c12
commit 9875db9a6c

2
config
View File

@ -83,7 +83,7 @@
#htpasswd_filename = /etc/radicale/users #htpasswd_filename = /etc/radicale/users
# Htpasswd encryption method # Htpasswd encryption method
# Value: plain | sha1 | ssha | crypt # Value: plain | sha1 | ssha | crypt | bcrypt | md5
#htpasswd_encryption = crypt #htpasswd_encryption = crypt
# LDAP server URL, with protocol and port # LDAP server URL, with protocol and port