You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/08/21 00:52:09 UTC

DO NOT REPLY [Bug 30782] - LDAPTrustedCA Does not log bad status if not found or bad certificate

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 vrb@novell.com  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org