[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: syncprov and translucent
- To: Gavin Henry <ghenry@suretecsystems.com>
- Subject: Re: syncprov and translucent
- From: phalenor@gmail.com
- Date: Mon, 30 Jun 2008 17:07:39 -0400 (EDT)
- Cc: openldap-software@openldap.org
- In-reply-to: <54469.212.159.59.85.1214858806.squirrel@webmail.suretecsystems.com>
- References: <alpine.SOC.1.10.0806270012480.10345@gimli.phalengard.com> <54469.212.159.59.85.1214858806.squirrel@webmail.suretecsystems.com>
- User-agent: Alpine 1.10 (SOC 962 2008-03-14)
On 2008-06-30 at 21:46, Gavin Henry ( ghenry@suretecsystems.com ) 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