On 2008-09-28 at 23:44, Gavin Henry ( ghenry@openldap.org ) said:
----- "John Maddock" J.Maddock@ed.ac.uk wrote:
Hi.
With OpenLDAP 2.4.10 is it possible to replicate a translucent overlay's local changes to another server?
Regards, John.
How did you get on? The local db is just a bdb database, so you should be able to.
You can't because translucent uses back-ldap which disables lastmod, so replicating the local database is at least impossible with syncrepl.
The solution I came up with was to slapcat/slapadd when I do changes to the translucent db...
--andy