On Wed, 22 Aug 2012, Mark Coetser wrote: > On 22/08/2012 10:39, Howard Chu wrote: > > Mark Coetser wrote: > > > > > > on some of the consumers, I have multiple syncrepl configs so that I > > > replicate specific subdivision data to those servers. > > > > That is not supported. You can only use multiple consumers in the same > > database if they are all pointing at different providers (and each of those > > providers uses a unique serverID). > > Can I split them into separate databases on the consumer? Or whats the > correct way of doing what I am trying to achieve?
I believe you could do this with a single syncrepl consumer with a searchfilter that tests against entryDN. (|(entryDN:dnSubtreeMatch:=dc=repl_config,dc=company) (entryDN:dnSubtreeMatch:=dc=subdivision,dc=company)) ...though if it's at all a possibility of happening at your site, I would specifically test the results of moving an entry into or out of a matched subtree. Philip Guenther