[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Branche on Sql-Backend
- To: openldap-software@OpenLDAP.org
- Subject: Branche on Sql-Backend
- From: "Sebastian Hoegl" <sebastian.hoegl@gmail.com>
- Date: Thu, 2 Mar 2006 11:17:14 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=dTmK32s8JvMSrP4Xr+14KosjxkBusVmdR2cXAXMaiXSS+C3KdzQyFnugy+h3wxABJaWb/1ff+GIj3YlLbbEZLGBQ5CsfFRtvk14sE/xKr8GoY8I/S/DfmlUB28lG4MroTMNiO4uTom4Nk9puaFMaqFYJAz50vYTWz/oFTmaoamE=
Hello list,
im new to openldap. i have already setup an openldap server with sql
backend. now i would merge the sql backend and the regular bdb. is it
possible to create a branche for my ldap tree on a sql backend.
example
bdb:
dc=test,dc=loc
ou=bdb,dc=test,dc=loc
sql
ou=sql,dc=test,dc=loc
when its possible how i have to configre the openldap deamon? i know i must
define my sql config before the bdb config.
Sebastian