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=44052>.
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=44052

           Summary: mod_ldap multiple LDAP servers doesn't work.
           Product: Apache httpd-2
           Version: 2.0.55
          Platform: PC
               URL: http://apache.org
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_auth_ldap
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


redundant configuration for ldap servers don't work.
Acording to http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html#examples
following setup should work:
AuthLDAPURL ldap://192.168.1.10 192.168.1.20/dc=pl,dc=company,dc=com?uid

Instead its return following error:

AuthLDAPURL takes one argument, URL to define LDAP connection. This should be an
RFC 2255 complaint\nURL of the form
ldap://host[:port]/basedn[?attrib[?scope[?filter]]].\n<ul>\n<li>Host is the name
of the LDAP server. Use a space separated list of hosts \nto specify redundant
servers.\n<li>Port is optional, and specifies the port to connect
to.\n<li>basedn specifies the base DN to start searches from\n<li>Attrib
specifies what attribute to search for in the directory. If not provided, it
defaults to <b>uid</b>.\n<li>Scope is the scope of the search, and can be either
<b>sub</b> or <b>one</b>. If not provided, the default is
<b>sub</b>.\n<li>Filter is a filter to use in the search. If not provided,
defaults to <b>(objectClass=*)</b>.\n</ul>\nSearches are performed using the
attribute and the filter combined. For example, assume that the\nLDAP URL is
<b>ldap://ldap.airius.com/ou=People, o=Airius?uid?sub?(posixid=*)</b>. Searches
will\nbe done using the filter <b>(&((posixid=*))(uid=<i>username</i>))</b>,
where <i>username</i>\nis the user name passed by the HTTP client. The search
will be a subtree search on the branch <b>ou=People, o=Airius</b>.

Acording to manual this configuration is ok but it doesn't work.
There is no way to setup redundancy to LDAP authorization/authnentication

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to