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

Re: OpenLDAP & MySQL



Matt Leus wrote:

> Does anyone know if it's possible to use MySQL as the backend instead of
> Berkeley?
>
> M@
> --
> Matt Leus
> Developer
> OE/One Corporation
> 290 St.Joseph Blvd. Suite #103
> Hull,Quebec
> email: mattl@oeone.com
> phone: (819).770.3444 ext. 512

There's the back-sql backend included in OpenLDAP-2.0 package, which allows
you to use many RDBMSes (mySQL included) to hold LDAP data.
See documentation and samples in the distribution (in source subdirectory
back-sql), also you should read the FAQ at
http://www.openldap.org/faq/data/cache/378.html

which hopefully helps to understand what type of RDBMS support for LDAP you
need (if you need it at all ;)