On 2008-06-30 at 21:46, Gavin Henry ( [EMAIL PROTECTED] ) said:
<quote who="Andy Cobaugh">
As one might expect, mixing the translucent and syncprov overlays together
on top of the same bdb database doesn't work. Because translucent uses
back-ldap, lastmod is being set to off, while syncprov needs it to be on
in order to function.
What's the big picture here?
I want to use syncprov to replicate changes that are in the translucent
overlay's local database.
Something like the following in slapd.conf:
database bdb
directory /var/lib/ldap
suffix "ou=haworth,dc=perc,dc=psu,dc=edu"
subordinate
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
database bdb
suffix "dc=psu,dc=edu"
directory /var/lib/ldap-translucent
lastmod on
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
overlay translucent
uri "ldap://somehost.psu.edu"
--andy