-----Original message-----
To: +openldap+pkrauer+4a901aeb3d.openldap-technical#openldap.org@spamgourmet.com;
From: Patrick Krauer <patrick@krauer.org>
Sent: Thu 15-03-2012 08:05
Subject: Partial LDAP replication with syncrepl
Hi all,
I'm using OpenLDAP for different purposes (e.g. zarafa, ssh authentication and HTTP authentication).
Each Service (zarafa, apache) is running on a different server. SSH for sure runs on every server.
For stability reasons, I replicate my LDAP database to each slave server (zarafa, apache and others). I'm using syncrepl which works fine by know.
Now I want to use LDAP for another service (typo3). For this I need to apply another schema. If I do this on the master LDAP server only, all slave servers will claim.
If I set schemachecking off in the slave configuration, the LDAP server does not stop, but it does not load entities which use the new objectClass.
I tried to select only particular attributes on the slave server (like cn, uid but not objectClass) but that doesn't help.
I don't want to apply the new schema to each and every server which doesn't use it at all.
How can I solve this issue? What is the common way for such a setup?
Best regards,
Patrick