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=43249>. 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=43249 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-30 08:12 ------- There is something else going on in your environment. ldapssl_init() doesn't actually create a connection or talk over SSL to an ldap server. It just prepares the client connection handle to allow an SSL connections if necessary. The resulting handle could be used to make a non-ssl connection or an ssl connection. In fact ldapssl_init(..., 0) is functionally equivalent to ldap_init(...). If Solaris requires some additional special handling, then that would need to be identified and handled separately. SSL is one of the areas that is very different between SDKs. -- 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]
