[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
partial replication with different schemas
hi,
i have a 'master' ldap directory and i would like to syncronize it with
other ldaps.
the problem is that the schema differ and so do the objects.
e.g.
---
ldap master, schema 1, contains user
where
user is { uid, uname, ulogin, upwd, umail }
---
ldap 1, schema 2, contains loginuser
where
loginuser is { loginid, loginpwd }
with loginid = ulogin and loginpwd = upwd
---
ldap 2, schema 3, contains user
where
user is { uid, uname, umail }
and so on.
1/ is it possible to syncronise these ldaps using the ldap master as the
reference ?
2/ if i change an entry in ldap 1 can this modification be sent to the
ldap master ?
3/ is this ldap flow ok, or is it a design flaw ? any suggestions ?
thank you very much, for any insight, or for pointers to other threads.
cedric