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 10:24 ------- One thing to add: The Sun LDAP SSL libs are working fine. ldapsearch and ldaplist use them. And my PHP-5.2.2 is build successfully against them. A short summary, what the PHP stuff calls: char *certpath = "/data/conf"; ldapssl_advclientauth_init( certpath, NULL, 1, certpath, NULL, 1, certpath, LDAPSSL_AUTH_WEAK ); ldap = ldapssl_init( host, port, 1 ); ldap_bind_s(ld->link, ldap_bind_dn, ldap_bind_pw, LDAP_AUTH_SIMPLE); No more, no less. And no signal 11 when PHP calls the ldap_bind_s function! :-) -- 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]
