[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: multiple backends same tree



Can you send a config example. I had the same problem...

Thanks,
Michael

On Monday 24 July 2006 09:37, Dieter Kluenter wrote:
> Denis Gaertner <denis_gaertner@gmx.net> writes:
> > Hi,
> >
> > I got a question about backends. Is it possible to have a tree served by
> > a Backend and a subtree of this tree by another Backend?
> >
> > so maybe
> >
> > database        bdb
> > suffix          "dc=localdomain"
> >
> > database	shell
> > suffix          "ou=people,dc=localdomain"
> >
> > I've tried but didn't work. Is there a possibility to do it because it
> > would be a useful feature in our environment.
>
> You have to glue both databases and declare the shell database as
> subordinate to bdb database.
>
> -Dieter