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

two replogfile pointing at the same file



With openldap-2.1.30 and a scenario with two databases which have to be
replicated to a slave server, would it work to specify the same replication
log file with replogfile in the two databases? Something like:

database bdb
suffix ou=a,o=company,c=br
replogfile /var/lib/ldap/log-a   <------ 

database bdb
suffix ou=b,o=company,c=br
replogfile /var/lib/ldap/log-a   <------

The intention is to overcome slurpd's inability to process more than one replication
log file.