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

(ITS#3553) replication to multiple slaves (single replog file) not working



Full_Name: Frank Wittig
Version: openldap-2.1.29-1
OS: Fedora Core 3
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (62.8.240.222)


Replication of one slave works fine.
But if I configure a second slave in slapd.conf only one of them will be
updated.
The replog file is filled with update tasks for both slaves. The second slave is
actually not touched in any manner. The master doesn't even open any
connections.
There are no error or reject messages on the master.
Replication works fine for each slave I comment out the other. So it can't be
any client issue.

I think this is a bug in slurpd.


------------------------------------------------------
replication-section of my slapd.conf:

#
# replication settings
#
replica uri=ldaps://ldap2.intranet.weisshuhn.de
  tls=yes
  binddn="cn=replicant,dc=weisshuhn,dc=de"
  bindmethod=simple
  credentials=xxxxxxxxxxx

replica uri=ldaps://ldap.intranet.weisshuhn.de
  tls=yes
  binddn="cn=replicant,dc=weisshuhn,dc=de"
  bindmethod=simple
  credentials=xxxxxxxxxxx
  attr!=entryCSN,entryUUID

replogfile /var/lib/ldap/slapd.replog