DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42682>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42682





------- Additional Comments From [EMAIL PROTECTED]  2007-06-22 13:41 -------
Yeah. I have successfully changed the source code. Now SSL works without errors
or delays! :)


File srclib/apr-util/ldap/apr_ldap_init.c, Line 149:
Change
    *ldap = ldapssl_init(hostname, portno, 0);
to
    *ldap = ldapssl_init(hostname, portno, 1);



File modules/ldap/util_ldap.c, Line 256:
Delete or comment out the whole block.

f.ex.:

    /* switch on SSL/TLS
    if (APR_LDAP_NONE != ldc->secure) {
        apr_ldap_set_option(ldc->pool, ldc->ldap,
                            APR_LDAP_OPT_TLS, &ldc->secure, &(result));
        if (LDAP_SUCCESS != result->rc) {
            uldap_connection_unbind( ldc );
            ldc->reason = result->reason;
            return(result->rc);
        }
    } */


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to