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=30782>. 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=30782 LDAPTrustedCA Does not log bad status if not found or bad certificate ------- Additional Comments From [EMAIL PROTECTED] 2004-08-20 22:52 ------- Here's a call in util_ldap.c that looks interesting: rc = ldap_set_option(NULL, LDAP_OPT_X_TLS_CACERTFILE, st->cert_auth_file); It would seem that ldap_set_option() returns success even if the file pointed to by st->cert_auth_file doesn't exist or is bogus. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
