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-18 14:00 ------- I have already been looking into this one. The issue is that the URL_parse function assigns the port value to the first :port that it find in the URL. It uses that port in the ldap_init() call which becomes the default port for any host that does not also specify a port. The solution is to always pass the default ports (ie. 389 or 636) in the ldap_init() calls in apr_ldap_init (). This will cause the default ports to be used if the host does not specify a port. LDAP will do the right thing for any other host:port in the URL. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
