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

Re: MySQL and LDAP



Adam Williams wrote:
I need to install MySQL under Linux. Can I integrate MySQL with OpenLDAP?


1. The SQL backend lets you query any db with an ODBC driver from LDAP
(translates between LDAP queries and SQL)

2. You can write your own interface using the shell backend.




Or the perl backend.

you can use perl-dbi to hook to your database.

--Kervin