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

Re: cascade replication [auf Viren überprüft]



fliper schrieb am 22.06.2005 10:00:

#######################################################################
# BDB database definitions #######################################################################



replogfile /usr/local/ldap/siec/replica.rep

#######################################################################
# SIEC #######################################################################



database bdb suffix "ou=unit1,o=myorg" rootdn "cn=root,ou=unit1,o=myorg" rootpw secret directory /usr/local/ldap/siec/unit1 index objectClass eq

replica uri=ldaps://cpiz_node_2:450 binddn="cn=root,o=myorg" bindmethod=simple cred
Here - as in the other subordinate databases - is no "subordinate"
statement. Add it!
->
http://www.openldap.org/software/man.cgi?query=slapd.conf&apropos=0&sektion=5&manpath=OpenLDAP+2.2-Release&format=html

in that configuration it seems working, but all data from 2nd
server(two ldmb) was wtitten into ONE ldmb on the 3rd server. I thing
I've tried all combinations. Is this possible to replicate two
databases from one server into another ??
Possibly because the databases are not glued together. See above.
Start slapd in debug mode and see, what it tells you.

Hans