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

Re: SyncREPL Testing



Please use
slapadd -r -i 50 -n1 < /tmp/consumer.ldif
to populate the replica for the first time,
and use the same rid in the syncrepl directive in slapd.conf

syncrepl rid=50
    ....
    ....

When slapadd -i <rid> is used, use rid less than 100 for now. (this will be
fixed in the HEAD shortly)

It will be more convenient to follow up if you file an ITS issue. Also
recommended is to use the most recent 2.2.15 because it contains many fixes.

- Jong-Hyuk