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

Re: (ITS#5839) overlay glue



marin.lehouelleur@astrium.eads.net wrote:
> Full_Name: Marin Le Houelleur
> Version: 2.3.32
> OS: Linux RH5.1
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (140.94.82.30)
> 
> Working for one year now with this version of Openldap. I come to the point I
> need to glue different branch of my master to the slaves to manage complexe
> filtering that I'm unable to manage with overlay syncrepl filters

First of all you should upgrade, preferrable to the latest 2.4 release. 
    There have been a lot of syncrepl fixes since this version.

But your config design is likely to not function, as only one syncrepl 
consumer can reliably be configured within a glued set of databases to 
replicate from the same consumer.

You should instead configure syncrepl on the glue suffix with a simple 
filter that matches all you replicate (or just leave it out and use the 
default).  Configure ACLs on the master that gives each consumer access 
to only those entries it should receive.

Rein