[Date Prev][Date Next] [Chronological] [Thread] [Top]

slapd-relay and multiple databases



We have multiple sites that each act as masters to their own db and
replicate back to a pair of central slaves via slurpd.  Views across
the entire organisation are provide by slapd-meta.   Eg:

suffix          "dc=example,dc=com"
uri          "ldap:///dc=site1,dc=example,dc=com";
uri          "ldap:///dc=site2,dc=example,dc=com";


Recently I've begun testing 2.3 and slapd-relay.  The direct access to
the db looks like it might provide a performance boost.  However, I
can't seem to find any documentation on having one virtual context
refer to multiple backend databases.   Is  this possible?

I've also seen talk on the list that slapd-meta might be going away. 
What would be the recommended way for me to accomplish what I'm doing
if back-relay does not support multiple databases?

TIA