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=30592>. 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=30592 failover for authentication with AuthLDAPURL is not possible ------- Additional Comments From [EMAIL PROTECTED] 2004-10-25 18:41 ------- There are 2 patches for this bug, one in apr_ldap_url.c and the other in util_ldap.c. The parsing function in apr_ldap_url.c was assuming that the host string would only contain a single host. Therefore it truncated the host portion of the URL after the first :port that it found. If the last host in the URL also specified a :port, then it assumed that all hosts could be reachable on the same port. Once this was fixed then util_ldap.c needed to call apr_ldap_init() always specifying the default ports for LDAP and LDAPS. If the host string also includes ports, they will override any port specified in the port parameter. Both of these fixes have been committed to HEAD and need to be backported. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
