Hello,
Dieter Kluenter wrote:
"D'Arcy Smith" ds.bcit@gmail.com writes:
[...]
So, is it possible for an openldap server to pass some requests onto another server and still provide other information to clients?
This is feasable, in principle :-).
[...]
Maybe he could set up two backends like
backend ldap suffix ou=people,dc=... subordinate ...
backend bdb suffix dc=... ...
This way the Queries for User accounts below ou=people would be forwarded to the other LDAP server and he could add eg. ou=group,dc=... to the bdb backend.
At least in theory.
Read man pages slapd-ldap et al.
bye Christian