[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Database back-ends
Hi,
Reading the docs at openldap.org it appears that I can use back-sql to
access sql databases for existing relational data. However, I am restricted
to objectclasses that are custom mapped onto the existing tables in the sql
database.
What I am interested in doing is using an sql database as a complete
replacement for bdb or ldbm. That is, it can hold data from any arbitrary
schema without creating special tables. Is this possible? Is there a
reference somewhere on how to do this ?
Thanks,