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../
In other words - I want two (or more) branches from different servers (or databases), to be available under suffixes of the same main suffix.
I'm using newest stable of openldap I could find.
Regards, Piotr
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
openldap-software@openldap.org