mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
auth/htpasswd: add support for salted sha1 passwords
This patch adds support for salted sha1 passwords.
This commit is contained in:
parent
2aed6d69c9
commit
13c61bf936
2 changed files with 11 additions and 1 deletions
2
config
2
config
|
@ -83,7 +83,7 @@
|
|||
#htpasswd_filename = /etc/radicale/users
|
||||
|
||||
# Htpasswd encryption method
|
||||
# Value: plain | sha1 | crypt
|
||||
# Value: plain | sha1 | ssha | crypt
|
||||
#htpasswd_encryption = crypt
|
||||
|
||||
# LDAP server URL, with protocol and port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue