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

Re: Replicate muötiple trees?



Well, you can host each of those trees in discrete databases, and put a
syncrepl [client] directive on each. I think your actual question might be
"how do I combine them"; you can glue them (see "subordinate" keyword)
together on the slave. Take a close look at test033 ("cd tests;./run
test033") and play around a bit, then ask a more focused question if
necessary.

On Mon, 22 May 2006, Daniel Kerwin wrote:

> Hi,
>
> i need to replicate 2 subtrees from our master ldap server to the slave
> servers in our remote locations. The only way to replicate a subtree is
> to use syncrepl but how can i replicate to different trees?
>
> Example:
>
> ou=global,dc=company,dc=com
> ou=site1,dc=company,dc=com
>
> Both trees should be replicated. global contains stuff which is the same
> on all remote location while site1 contains site specific stuff.
>
> Thanks
>
> Daniel
>