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

Re: Replication works, but logfile is not written to



Yes, I am indeed using slurpd. I believe the man page says that the
replogfile is written
by slapd and read by slurpd. So it seems to be just one file.

The following is from my Masters slapd.conf:

#######################################################################
# LDBM/BDB database definitions
#######################################################################

database        ldbm
lastmod         off
suffix          "dc=test,dc=org"
rootdn          "cn=Manager,dc=rzl,dc=drv"
rootpw          {SSHA}rg5ksEmJIZyHXxyIE+sfLCmCOsco8Lue

replica       host=sbrzl112.test.org:389 tls=critical
                suffix="dc=test,dc=org"
                binddn="cn=Manager,dc=test,dc=org"
                bindmethod=simple credentials=nothingtosee

replogfile      /var/lib/ldap/replogfile
directory       /var/lib/ldap


on the Slave, it looks like this:

#######################################################################
# LDBM/BDB database definitions
#######################################################################

database        ldbm
lastmod         off
suffix          "dc=test,dc=org"
rootdn          "cn=Manager,dc=test,dc=org"
rootpw          {SSHA}rg5ksEmJIZyHXxyIE+sfLCmCOsco8Lue

updatedn        cn="Manager,dc=test,dc=org"
updateref       ldap://sbrzl111.test.org

directory       /var/lib/ldap