Piotr Wadas pwadas@jewish.org.pl writes:
Hello, I'm experimenting with various backends.
Is it possible to have different backends under the same suffix?
e.g I have database with bdb backend, and suffix
dc=foo
now, I want
dc=bar,dc=foo to be in another database, probably with other backend /ldap, bdb, shell../
Yes this is possible, just declare subordinate databases, something like
database ldap suffix dc=bar,dc=foo uri ldap://host.example.com subordinate
database bdb suffix dc=foo rootdn rootpw
-Dieter