I'm trying to come up with a plan to allow users to auth with a MySQL database (many, actually) using LDAP. More specifically, ActiveDirectory. Database will likely be accessed through applications, not web. What are my options?
EDIT:
Okay. It seems that there is no "official" way to allow authentication on MySQL using LDAP. What other options exist? Can we synchronize LDAP users and passwords to the MySQL user table?
Please looks at https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-7.html
This is in the 5.5.7 release candidate
I personally can't find any information that suggests this is possible. All I see is using MySQL as the data store for the LDAP directory.
this is possible with mysql proxy. there's a few things you need to know to make this work:
these two pages will help you get started: