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

(ITS#4613) "got empty syncUUID" on consumer side with syncrepl



Full_Name: Anthony Martinez
Version: OpenLDAP: slapd 2.3.24 (Jul  8 2006 15:43:39)
OS: Debian Stable, packages manually backported from unstable
URL: 
Submission from: (NULL) (129.138.3.217)


Using syncrepl between two similarly-configured systems, occasional entries show
up on provider, but not on the consumer. The log entry given by 'loglevel sync
config none' when this happens is: "do_syncrep2: got empty syncUUID"

The relevant config entries on the master are
modulepath      /usr/lib/ldap
moduleload      back_bdb
moduleload      syncprov

overlay syncprov
syncprov-checkpoint 512 30
syncprov-sessionlog 314

On the slave:
syncrepl rid=314
        provider=ldaps://ldap0.nmt.edu:636/
        type=refreshAndPersist
        retry="15 10 30 +"
        searchbase="dc=tcc,dc=nmt,dc=edu"
        bindmethod=simple
        schemachecking=off
        binddn="cn=manager,dc=tcc,dc=nmt,dc=edu"
        credentials=[redacted]

Indices are configured on entryUUID, as recommended in the admin guide. Other
details are available on request.

-- Pi