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

OpenLDAP 2.2.23 syncrepl with MODIFY & DELETE BUG.



Hi All !

My system is Linux with OpenLdap 2.2.23  & BDB 4.3

syncrepl
type=refreshOnly
scope=sub
bindmethod=simple

BDB backend (provider)  ==> shell backend (consumer)

Add DN witn attr           ==>   Add DN witn attr  (Ok)

MODIFY some attr in
some DN                       ==>    Add whole whole DN & attr   (not good)

DELETE some DN        ==>     Do nothing !!! ( except  replace: contextCSN )
(it's BAD)  :(
or some attr
..........

When check OpenLdap 2.3.1alpha  I see the same behaviour :(
I seek through lists and find similar problem:
http://www.netsys.com/openldap-software/2004/01/msg00749.html

Thanks for any coment.