mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
Add md5 and bcrypt as available encryptions methods for htpasswd in config file
This commit is contained in:
parent
7b82121c12
commit
9875db9a6c
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue