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 23:54 ------- As Graham mentioned above, the ldap url parsing in 2.0 is handled by the LDAP libraries. ldap_parse_url() truncates the host list after the first host:port is found. There appears to be some inconsistencies between the different SDK's with regards to this function. To fix this issue in 2.0, at least the recent patches to apr_ldap_url.c would have to be backported and all of the platforms would have to use the apr version of ldap_parse_url() rather than the LDAP library version. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
