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

Re: (ITS#3616) Syncrepl and rootless installations



Providers/Consumers cvs updated to 20040514

slapadd'ing a slapcat with a rootless 'dn:' entry now works fine, thanks.

There is still however a replication issue as I cannot get my consumers 
to replicate correctly:

Log from the provider:

conn=109 op=2 UNBIND
conn=109 fd=13 closed
conn=110 fd=13 ACCEPT from IP=10.100.0.109:42970 (IP=0.0.0.0:389)
conn=110 op=0 BIND dn="cn=root" method=128
conn=110 op=0 BIND dn="cn=root" mech=SIMPLE ssf=0
conn=110 op=0 RESULT tag=97 err=0 text=
conn=110 op=1 SRCH base="" scope=2 deref=0 filter="(objectClass=*)"
conn=110 op=1 SRCH attr=* +
conn=110 op=1 SEARCH RESULT tag=101 err=53 nentries=0 text=control 
unavailable in context

The following ldapsearch on the consumer works ok:

$ ldapsearch -x -w foobar -h 10.7.20.14 -b '' -D 'cn=root' '(objectClass=*)'

So the consumer should be able to search for new updated, but doesn't 
seem to be able to?


Replication settings from the consumers slapd.conf

index   objectClass,entryUUID,entryCSN eq
syncrepl rid=1
                 provider=ldap://10.7.20.14:389
                 type=refreshAndPersist
                 searchbase=""
                 filter="(objectClass=*)"
                 scope=sub
                 attrs=""
                 schemachecking=off
                 bindmethod=simple
                 binddn="cn=root"
                 credentials=foobar
                 retry=5,5,300,+

The provider has the following settings:

syncprov-checkpoint 10 1
syncprov-sessionlog 10


It could be something braindead in my config, but I can't see it.

Thanks alot for spending time on this,

Best regards,

Rob