https://issues.apache.org/bugzilla/show_bug.cgi?id=55622

--- Comment #8 from Eric Covener <[email protected]> ---
This configuration works for me when a user only belongs in one of ldap1 or
ldap2:

<AuthnProviderAlias ldap ldap1>
AuthLDAPUrl ldap://bluepages.ibm.com/ou=bluepages,o=ibm.com?mail?sub?
</AuthnProviderAlias>

<AuthnProviderAlias ldap ldap2>
AuthLDAPURL ldap://goku.raleigh.ibm.com/o=apache,c=US?cn?sub?
</AuthnProviderAlias>

<Location />
AuthType basic
AuthName whatever
AuthBasicProvider ldap1 ldap2
require valid-user
</location>

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to