[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
syncrepl and deleted entries
- To: openldap-technical@openldap.org
- Subject: syncrepl and deleted entries
- From: Roman Serbski <mefystofel@gmail.com>
- Date: Sun, 22 Jul 2012 17:55:15 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CU4+zuhapANpyHsS9GVokj4mrUHocFheX9mAQVlcD+E=; b=fXkj3V/paVNM0jG7uGCNPr1EYsboyDn0Hvjs9JptEDA9tXP9NrEU+pMyhz1zzaHm5W A7Co6hTFJqMm8ElIJEzKO1GxrAdfrN0kluGCuPywGHRXXDrsnNzUgaysfhwzCi5Xt1gP FkPT3DPP31u5WgrynOZwSIH+yw06QxLOCAu8me43DZwXxMtaUqh/AQ0nJR7SFBzDfQd9 PN1NiwO/SHNYehF+Ddq0A9UmCWyXRqu4LaqEgHr6UHjH5akVFV1PVPeIjigQpGtN7+jf 29/Euj8DcCHo42y8s+T3Hm43gCPVAM+Wvl+YlUiJte/o06+JKUmM3GHYeU2nKAy8uGUN u+qQ==
Hello list,
I'm having problems with deleted entries in a provider/consumer setup.
Any hints would be greatly appreciated!
===PROVIDER===
Ubuntu 10.04.2 (lucid)
OpenLDAP 2.4.21-0ubuntu5.3 (installed from packages)
slapd.conf:
moduleload syncprov
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
===CONSUMER===
Ubuntu 12.04 (precise)
OpenLDAP 2.4.28-1.1ubuntu4 (installed from packages)
slapd.conf:
syncrepl rid=001
provider=ldaps://provider.domain.org:636
tls_reqcert=never
searchbase="dc=domain,dc=org"
filter="(objectClass=*)"
bindmethod=simple
binddn="cn=admin,dc=domain,dc=org"
credentials=xxxxxx
retry="60 +"
type=refreshAndPersist
scope=sub
attrs="*,+"
schemachecking=off
interval=00:00:05:00
Everything works fine and added/modified entries from the provider are
immediately replicated to the consumer, but it doesn't work with
deleted entries - if I delete an entry from the provider it gets never
deleted from the consumer.
Debug log files could be found here: http://pastebin.com/AmXRAXHp
The first part is successful entry modification, and the last one is
unsuccessful deletion. The only anomaly that I can spot is at the
line 131: "<= bdb_index_read: failed (-30987)", but then I don't
understand how adding/modifying works...
Many thanks!
Roman