[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Replication works, but logfile is not written to
- To: OpenLDAP software list <openldap-software@OpenLDAP.org>
- Subject: Re: Replication works, but logfile is not written to
- From: Gernot Poerner <gernot.poerner@googlemail.com>
- Date: Thu, 10 Nov 2005 08:06:58 +0100
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ol6iCCJbh5jQtIiUd4zQyF4blAfJFBIkBoQMGQrVH4IT9QxRMqe+0XdfwPCvZcX4IFHcieNUM577TGk8lM+j9W65lOEje/3fZuGD20RglIJdrPAf1bj6YACXLAHlq1+PZtfeWkuoYm3/yle5qXlxtr0QkJPLnqE5vNJKrExRnZI=
- In-reply-to: <889E1E6F46E11D799E340CF1@10.0.0.1>
- References: <5d1bd3030511090821o7c7dac89m9ecb79a7f7ca6827@mail.gmail.com> <889E1E6F46E11D799E340CF1@10.0.0.1>
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