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/11 15:22:40 UTC

DO NOT REPLY [Bug 30592] New: - failover for authentication with AuthLDAPURL is not possible

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

           Summary: failover for authentication with AuthLDAPURL is not
                    possible
           Product: Apache httpd-2.0
           Version: 2.0.50
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: mod_auth_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: eruff@web.de


Using a .htaccess to authenticate against an LDAP server:

AuthType Basic
AuthLDAPURL "ldap://localhost ldap.host.com:10389/ou=myorg?uid?sub"
Require valid-user

Failover is only working if all LDAP servers using the same port.
The port number can only be specified after the last server.

It should be possible to specify port numbers for all ldap servers.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org