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

Re: problem with syncrepl



I'm having trouble setting up syncrepl beetween 2 openldap 2.3.27 servers.

When I run the consumer with "full debug" I see that the data I want
to replicate is transfered correctly, but the consumer "fails to store
it". The sync ends with :

do_syncrep2: got search entry without control

...

On the provider it looks like :
...

syncprov-checkpoint 100 10
syncprov-sessionlog 100

It could be because you haven't loaded the syncprov overlay, i.e. put

overlay syncprov

before the options above.

Toby