------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1273 Summary: `ldapauth` fails when TLS is enabled Product: Exim Version: 4.80 Platform: Other OS/Version: Windows Status: NEW Severity: bug Priority: high Component: Lookups AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] I'm using a TLS protected LDAP lookups. After upgrading to 4.80 I've noticed that `ldapauth` fails with the following error: failed to initiate TLS processing on an LDAP session to server xxxxxx:389 - ldap_start_tls_s() returned -2: Local error This error occurs when `perform_ldap_search` tries to start TLS via call to `ldap_start_tls_s`, when a current session is already TLS protected. This error will happen always, when exim needs to rebind to LDAP server. The attached patch solves this issue. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
