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=18712>. 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=18712 mod_auth_ldap can't use TLS security in apache 2.0.45 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2004-05-26 06:46 ------- Still not working in 2.0.49. I'm reopening the bug. I did try setting LDAPTrustedCA and LDAPTrustedCAType. ldap://ldap.mydomain:389/... =>[ldap_simple_bind_s() to check user credentials failed][Confidentiality required] This means that ldap server doesn't allow connections without minimum encryption level. That means no tls connection was tried. ldaps://ldap.mydomain:389/... =>[LDAP: ldap_simple_bind_s() failed][Can't contact LDAP server] Obviously this isn't a way to get apache to try to use tls connection. ldaps://ldap.mydomain/... This one works but it is using SSL instead of START_TLS and that isn't enough to my needs. I too vote for a separate TLS flag. That seems to be the only good solution. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
