mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
Support SSL for IMAP authentication
Based on Nikita Koshikov's commit:
000fc2a
This commit is contained in:
parent
a01e4d18e1
commit
2738d10830
3 changed files with 20 additions and 8 deletions
|
@ -55,8 +55,9 @@ INITIAL_CONFIG = {
|
|||
"private_users": "private",
|
||||
"htpasswd_filename": "/etc/radicale/users",
|
||||
"htpasswd_encryption": "crypt",
|
||||
"imap_auth_host_name": "localhost",
|
||||
"imap_auth_host_port": "143",
|
||||
"imap_hostname": "localhost",
|
||||
"imap_port": "143",
|
||||
"imap_ssl": "False",
|
||||
"ldap_url": "ldap://localhost:389/",
|
||||
"ldap_base": "ou=users,dc=example,dc=com",
|
||||
"ldap_attribute": "uid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue