Greetings,
I have two computers with these:-
host 1: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with bdb backend
host 2: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with sql backend
QUESTION: can I replicate these databases over each host (in other words can I for example do N-ray multimaster syncrepl ( http://www.openldap.org/doc/admin24/replication.html ) or another type of replication in view of the different backends ?
thanks in advance sincerely luxnteg
On Tue, Jan 7, 2014 at 3:32 PM, lux-integ lux-integ@btconnect.com wrote:
Greetings,
I have two computers with these:-
host 1: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with bdb backend
host 2: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with sql backend
QUESTION: can I replicate these databases over each host (in other words can I for example do N-ray multimaster syncrepl ( http://www.openldap.org/doc/admin24/replication.html ) or another type of replication in view of the different backends ?
AFAIK, replication is at the ldap server talking to another level (network communication). So it should not care much about the backend unless more than one ldap server is using the same db at the same time (don't know how to do it or even whether it is doable).
thanks in advance sincerely luxnteg
Mauricio Tavares wrote:
On Tue, Jan 7, 2014 at 3:32 PM, lux-integ lux-integ@btconnect.com wrote:
Greetings,
I have two computers with these:-
host 1: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with bdb backend
host 2: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with sql backend
QUESTION: can I replicate these databases over each host (in other words can I for example do N-ray multimaster syncrepl ( http://www.openldap.org/doc/admin24/replication.html ) or another type of replication in view of the different backends ?
AFAIK, replication is at the ldap server talking to another
level (network communication). So it should not care much about the backend unless more than one ldap server is using the same db at the same time (don't know how to do it or even whether it is doable).
In theory yes. But I have some doubts about back-sql. You have to try it.
Ciao, Michael.
Am Tue, 7 Jan 2014 20:32:15 +0000 schrieb "lux-integ" lux-integ@btconnect.com:
Greetings,
I have two computers with these:-
host 1: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with bdb backend
host 2: --cpu amd64 3 cores --os blfs linux-3.10.24, openldap-2.4.33 with sql backend
QUESTION: can I replicate these databases over each host (in other words can I for example do N-ray multimaster syncrepl ( http://www.openldap.org/doc/admin24/replication.html ) or another type of replication in view of the different backends ?
See slapd-sql(5) on the backend limitations and the appropriate odbc documentation. In fact replication between back-{hdb|mdb} and back-sql is not recommended. Depending on your requirements you may think of including back-sql as subordinate database and replicate by means of the sql-database specific procedures, and only replicate back-{hdb|mdb} by syncrepl.
-Dieter
openldap-technical@openldap.org