[Commits] [SCM] claws branch, master, updated. 3.11.1-146-g8ae2860
ticho at claws-mail.org
ticho at claws-mail.org
Sat Jun 20 23:06:08 CEST 2015
The branch, master has been updated
via 8ae2860c5457214ab955f1783bd67a8f61e6823e (commit)
from 72a9c0b46adc467c6ceacc608bceff52c19950dd (commit)
Summary of changes:
src/editldap.c | 2 --
1 file changed, 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8ae2860c5457214ab955f1783bd67a8f61e6823e
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat Jun 20 23:03:50 2015 +0200
Allow TLS connections to LDAP on Windows.
The comment no longer applies, TLS seems to work fine for LDAP
connections on Windows. Closes bug #2827 - Feature request: Add
TLS/SSL support for LDAP server access
diff --git a/src/editldap.c b/src/editldap.c
index f9ebb5b..47d702e 100644
--- a/src/editldap.c
+++ b/src/editldap.c
@@ -480,9 +480,7 @@ static void addressbook_edit_ldap_page_basic( gint pageNum, gchar *pageLbl ) {
"If connection fails, be sure to check the correct "
"configuration in ldap.conf (TLS_CACERTDIR and TLS_REQCERT fields)." ));
-#ifdef G_OS_UNIX /* Win32's ldap_start_tls_s() does not work, for some reason. */
gtk_box_pack_start (GTK_BOX (hbox_spin), enable_tls_checkbtn, TRUE, FALSE, 0);
-#endif
gtk_box_pack_start (GTK_BOX (hbox_spin), enable_ssl_checkbtn, TRUE, FALSE, 0);
#endif
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list