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

Deleted entries not being deleted from replicas



Hi,

I am using version 2.3.24 and syncrepl.  On the master I have:
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
index  entryCSN,entryUUID                                 eq

On the first replica I have:
syncrepl rid=12
  provider=ldaps://srvld01.nsd.org:636
  interval=00:00:01:00
  type=refreshOnly
  searchbase="dc=nsd,dc=org"
  filter="(objectclass=*)"
  schemachecking=off
  binddn="uid=ldapsync,ou=process,ou=people,dc=nsd,dc=org"
  bindmethod=simple
  credentials=ldapsync
  updateref   ldap://srvld01.nsd.org

On the second replica I have:
syncrepl rid=13
  provider=ldaps://srvld01.nsd.org:636
  interval=00:00:01:00
  type=refreshOnly
  searchbase="dc=nsd,dc=org"
  filter="(objectclass=*)"
  schemachecking=off
  binddn="uid=ldapsync,ou=process,ou=people,dc=nsd,dc=org"
  bindmethod=simple
  credentials=ldapsync
  updateref   ldap://srvld01.nsd.org

When I add an object to the master, it sync's to the replicas perfectly. When I delete the object, it is not deleted from the replicas. This problem only started when I started up the second replica. With just one replica there was no problems.

I am sure the syncrepl process is running as I see this in the logs on the master:
Jul 20 15:15:46 localhost slapd[1705]: conn=18 fd=35 ACCEPT from IP=10.1.20.12:32776 (IP=0.0.0.0:636)
Jul 20 15:15:46 localhost slapd[1705]: conn=18 fd=35 TLS established tls_ssf=256 ssf=256
Jul 20 15:15:46 localhost slapd[1705]: conn=18 op=0 BIND dn="uid=ldapsync,ou=process,ou=people,dc=nsd,dc=org" method=128
Jul 20 15:15:46 localhost slapd[1705]: conn=18 op=0 BIND dn="uid=ldapsync,ou=process,ou=People,dc=nsd,dc=org" mech=SIMPLE ssf=0
Jul 20 15:15:46 localhost slapd[1705]: conn=18 op=0 RESULT tag=97 err=0 text=
Jul 20 15:15:46 localhost slapd[1705]: conn=18 op=1 SRCH base="dc=nsd,dc=org" scope=2 deref=0 filter="(objectClass=*)"
Jul 20 15:15:46 localhost slapd[1705]: conn=18 op=1 SRCH attr=* +
Jul 20 15:15:46 localhost slapd[1705]: conn=18 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Jul 20 15:15:46 localhost slapd[1705]: conn=18 op=2 UNBIND
Jul 20 15:15:46 localhost slapd[1705]: conn=18 fd=35 closed


Thanks for your help.

cheers,

ski

--
"When we try to pick out anything by itself, we find it
 connected to the entire universe"            John Muir

Chris "Ski" Kacoroski, ski@nsd.org, 206-501-9803