Comments - Google Summer of Code 2015

9 years, 2 months ago Rohit Kashyap

Hi All,

I am a Engineering student from National Institute of Technology, Patna with over 2.7 years of experience in C++, Java and MySQL applications.

Please suggest some suitable links to start in LDAP. Meanwhile I have started investigating into it.

Your suggestions will be really helpful.

Regards Rohit. freenode:rkgudboy

 
9 years, 2 months ago Sergei Golubchik

As you can see, this task is not currently in our «GSoC 2015 tasks» list. For us to accept this project, we need to understand first what this LDAP authentication plugin will do, why our users might want to use it, how it'll be different from using PAM authentication plugin with pam_ldap.so.

So I'd suggest to start from that — from the explanation why users should use the LDAP authentication plugin.

 
9 years, 1 month ago Chick Delveri

Hi sergii i have some working knowledge of ldap not much though but I think it will be great for MariaDb to incorporate an ldap plugin that could be used by organisations running ldap servers and running mariadb. For example most large organisations keep information about their workers in a directory service on the servers. Rather that creating users tables to hold this info in mariaDb will take too much time. Managing this table is also a huge task which can also reduce performance due to overpopulation. The ldap plugin will serve as an interface between mariadb and the directory service such that info can be retrieved with ease.

The cool stuff with ldap is that if a request is made to the directory service and the requested data is not there, a reference to another directory service that contains it is returned. The Ldap plugin if incorporated into mariadb can be used to authenticate users since in runs directly on the TCT/IP stack.

Please write me if you need more explanation that will convince mariadb developpers to include this task at GSoc 2015 maybe a draft proposal. Best regards. Chick

 
9 years, 1 month ago Sergei Golubchik

I'm afraid you've missed the point. One can already enjoy all the above by using pam_ldap.so module and the MariaDB PAM authentication plugin. MariaDB works with LDAP just fine already (via pam).

The question is what benefits does a separate LDAP authentication plugin offers. Why users might want to use an an LDAP authentication plugin over the combination of pam_ldap.so and PAM authentication plugin.

 
9 years, 1 month ago Rohit Kashyap

Hi segii, I get it, In both cases the users are exposed through NSS.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.