[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problem in sync-repling multiple databases
- To: openldap-technical@openldap.org
- Subject: Problem in sync-repling multiple databases
- From: Marco Pizzoli <marco.pizzoli@gmail.com>
- Date: Mon, 29 Oct 2012 08:52:26 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=wtwWJ8q9FNiNLedm57E274OR3qyLzthwYpCmpyKLdA0=; b=PkOuciCCSb5NblM5AeFvOB5yDa2KU1rIfFh82QYt7kTVcxTmj4bqGSRrtgIV/vD0Dj fFcRhOmwQG3oe7Ra2SAtILepv/qP/SzNC3YFCmWH+RMvTbx33ZTcAJeXvDOba/HItg1t oX99Rw/ivtU2wMo5wD/21VDmi0QUnP8MWSd6t8iu/lsLKc1PnT4RwE6PGYNLayiRanRX zzZj/g0gwmhgpyM73EIUcLICuM7A5EhLhm6pSI8PE+bID+FU4m0KtFOMHprrgncH0UCo OVbJvyKlRwXb0FnEdK55xve0ozhI+7jyNQ33pm6KgyK94Crxkhk+MzrwFiULSZ+NwkSi IXMg==
Hi all,
I'm using OL 2.4.33 and I'm trying to replicate a tree to an instace of OL 2.4.33 composed by multiple databases.
My tree is something as this:
- basedn
- ou=ou1
- ou=ou2
- ou=ou3
If I have all my subtrees, on the master, served by a single db... then I can syncrepl to the consumer without problems.
If my master is composed by separate databases (ou1, ou2, etc.. are all distinct databases), then the replica stops after completing the first one of them.
So to recap:
- single database to multiple database --> ok
- multiple database to multiple database --> ko
Is it a known problem?
I read that it was as of OL 2.3, but also that it was fixed in OL2.4.
My logs present no indication of any kind of problem, even at debug level.
If I try to configure a second replica configration targeted directly to (in example) to ou=ou3, then that ou get replicated.
Any help/advice is welcome.
Thanks in advance as usual
Marco