Hello, I am
stuck with the following problem: I
have an Apache server that needs to use two LDAP servers for authentication. In
the first one, it only has to check that the user belongs to a certain group
(no password check, the LDAP cannot be trusted for this information), while in
the second it actually checks the password. The two checks should be done
sequentially (meaning I cannot configure the LDAP servers to check each other
in cascade). One
LDAP server ( the first one) is an IPlanet Directory Server while the second is
an OpenLdap. Any
ideas? Thanks, Iulian. |