Re: MySQL LDAP Authentication Plugin - Full example with source code

2012-08-20 Thread Ignacio Ocampo
Hi Rick, The plugin does not need to access to /etc/passwd or /etc/shadow. It uses an LDAP Server to authenticate the user through "ldap_simple_bind_s" function. Best regards. On Mon, Aug 20, 2012 at 7:24 PM, Rick James wrote: > Does that depend on mysql running as "roo

RE: MySQL LDAP Authentication Plugin - Full example with source code

2012-08-20 Thread Rick James
Does that depend on mysql running as "root" in order to see /etc/shadow (or whatever)? If so, that is too big a security hole to do. > -Original Message- > From: Ignacio Ocampo [mailto:naf...@gmail.com] > Sent: Sunday, August 12, 2012 3:54 PM > To: mysql

MySQL LDAP Authentication Plugin - Full example with source code

2012-08-12 Thread Ignacio Ocampo
I have published in my blog, an full example (with source code) of a LDAP Authentication plugin for MySQL. http://nafiux.com/blog/2012/08/11/mysql-ldap-authentication-plugin/ -- Ignacio Ocampo

Re: describe relation between LDAP entries

2010-01-13 Thread Mihamina Rakotomandimby
> Mihamina Rakotomandimby : > Have you another way to do it? > - splitting the comma separated fields? I mean: customer_cn|customer_sn| customer_uid|modem_cn|modem_sn|modem_uid| staff | (null) |(null) |staff | (null)| (null) | Joe M |Mudd | joem|Joe M |

describe relation between LDAP entries

2010-01-13 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour, I have LDAP entries, and SQL tables are the relation between them. There are only relations between 2 entries. There are "modem" and "customers" entries in the LDAP directory I need advice on optimizing the way I store relations. For exam

Re: Authenticating MySQL off of an LDAP

2006-03-22 Thread Dan Nelson
In the last episode (Mar 22), Kyle Johnson said: > I'm new to the lists, but I had a question about authenticating a > MySQL database; I wondered if anybody knew how to authenticate off of > an LDAP instead of the default mysql table? Or if it's even possible? > So far

Authenticating MySQL off of an LDAP

2006-03-22 Thread Kyle Johnson
Hey everybody, I'm new to the lists, but I had a question about authenticating a MySQL database; I wondered if anybody knew how to authenticate off of an LDAP instead of the default mysql table? Or if it's even possible? So far we have had no success browsing the docs or anywhere else

LDAP and MySQL?

2004-05-18 Thread Jonas Lindén
Has anyone fooled around with LDAP and MySQL? Could the standard user table in mysql be replaced with a LDAP binding? Have not done any research but I think I remeber people talking about this some time ago. Or maybe I am mistaken ;). Anyone tried something like this? /Jonas

LDAP Athenticaiton for MySQL

2004-03-16 Thread Matt Silva
Hello Is there a way I can get a MySQL database to authenticate users against an LDAP database without any 3rd party coding? I want to store mysql usernames and passwords in ldap. Thanks Matt -- Matt Silva Empower Software Technologies, LLC 27851 Bradley Rd. Suite 120 Sun City, CA 92586 PH: (909

mysql user management with ldap

2004-02-11 Thread Lionel Magallon
Hi, is it possible to manage the users present in mysql with an ldap directory ? if yes, where can I find some documentation (I didn't find it on google) ? Thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[

MySQL Kerberos or Ldap authentication

2003-06-19 Thread Anwar J. Abdus-Samad
or LDAP authentication. Does MySQL support Kerberos or LDAP authentication and if so can someone point me to documentation on how to set it up. Thanks, Anwar Abdus-Samad [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

[OT] LDAP and Mysql

2003-02-13 Thread Scott Alexander
Hi, Our intranet system is using mysql. At the moment authentication is done using a password and login kept in mysql. Our webmail system authenticates using ldap. We are also going to use ldap to authenticate for our intranet. Advantage for the user will be only to having to remember one

Re: Using LDAP with mysql.

2002-05-23 Thread Tod Harter
will utilize that backend. The docs are available on the openLDAP site, but be warned that it isn't a really straightforward process. The way LDAP structures its schemas is not really well adapted to an RDBMS, so there is some ugly black magic you have to do. Basically you have to cre

Using LDAP with mysql.

2002-05-22 Thread ally
Dear all, my company is currently using mysql database with php. Now there's this company which is using LDAP with Oracle and we need to be able to link them together. They suggest tht we use LDAP with Mysql. I've tried looking for information abt using ldap and mysql but invain

not really -> Re: LDAP authentication for mySQL databases

2002-04-02 Thread Russell E Glaue
Currently there is no built-in straight-forward methods to authenticate against LDAP Directories. However, I have heard from others who have compiled OpenLDAP using MySQL as a back-end database. OpenLDAP: I do not know if the possibility exists to replicate the MySQL tables storing the

LDAP authentication for mySQL databases

2002-04-01 Thread Johannes Ernst
I'd like to authenticate mySQL users against an LDAP directory. Can I do that? If so, how? Couldn't find anything anywhere ... Thanks, Johannes. - Before posting, please check: http://www.mysql.com/manual.

RE: [AUTH] MySQL authentication using LDAP.

2002-03-05 Thread Simon Green
:56 To: [EMAIL PROTECTED] Subject: [AUTH] MySQL authentication using LDAP. Hello all, I have a weird request. Having lots of servers (with many MySQL ones), I try to centralize most of all authentication processes by using LDAP. This is possible with Apache, ProFTPd and such but I was wondering

[AUTH] MySQL authentication using LDAP.

2002-03-05 Thread Yann Michaud
Hello all, I have a weird request. Having lots of servers (with many MySQL ones), I try to centralize most of all authentication processes by using LDAP. This is possible with Apache, ProFTPd and such but I was wondering if we could do this with MySQL. I know this is special because this is

MySQL and LDAP - HELP !

2002-03-04 Thread Holger Banko
e any experiences with ODBC. It seemed that ODBC worked, the Example programs are able to connect the database and I configured unixODBC correct too. The example Databases are imported. When I start LDAP with debug output it says that it connects the DB. But i can't do any LDAP request.

mySQL and LDAP

2001-09-13 Thread Ron Beck
Is anyone using mySQL as an LDAP database backend? I'm looking into using LDAP as a means to keep a user directory (employee id, name, phone #, email, etc...). Unfortunately it seems that most of what I've found recommend using Berkeley DB or Gnu's GDBM. I don't want yet

Re: ldap authentication for mysql

2001-08-22 Thread Dennis Salguero
- Original Message - From: "Mike Jackson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Stefan Hinz" <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 1:59 PM Subject: Re: ldap authentication for mysql > PHP is not the solution. On t

Re: ldap authentication for mysql

2001-08-22 Thread Mike Jackson
Jeremy Zawodny wrote: > > On Wed, Aug 22, 2001 at 05:03:05PM +0200, Stefan Hinz wrote: > > Dear Jeremy, > > > > > > Is there currently a way for mysql to take it's users > > > > and passwords from an ldap server? > > > > > There

Re: ldap authentication for mysql

2001-08-22 Thread Jeremy Zawodny
On Wed, Aug 22, 2001 at 05:03:05PM +0200, Stefan Hinz wrote: > Dear Jeremy, > > > > Is there currently a way for mysql to take it's users > > > and passwords from an ldap server? > > > There is not. > > There is: It's called PHP ;-) > &g

Re: ldap authentication for mysql

2001-08-22 Thread Stefan Hinz
# Tel: +49-30-46307-382 Fax: +49-30-46307-388 - Original Message - From: "Mike Jackson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 11:13 PM Subject: ldap authentication for mysql > Hi, > I have seen this question posted i

Re: ldap authentication for mysql

2001-08-22 Thread Stefan Hinz
Dear Jeremy, > > Is there currently a way for mysql to take it's users > > and passwords from an ldap server? > There is not. There is: It's called PHP ;-) See http://php.net/manual/en/ref.ldap.php and http://php.net/manual/en/ref.mysql.php Regards, -- Stefan Hin

Re: ldap authentication for mysql

2001-08-21 Thread Jeremy Zawodny
On Wed, Aug 22, 2001 at 12:13:05AM +0300, Mike Jackson wrote: > I have seen this question posted in the archives several times, but > no answers. Is there currently a way for mysql to take it's users > and passwords from an ldap server? There is not. -- Jeremy D. Zawodny, <

ldap authentication for mysql

2001-08-21 Thread Mike Jackson
Hi, I have seen this question posted in the archives several times, but no answers. Is there currently a way for mysql to take it's users and passwords from an ldap server? Regards, Mike Jackson - Before posting, please

MySQL and LDAP

2001-03-28 Thread Adonis Andrews
Hello, I am looking for a difinitive answer as to whether data from LDAP and MySQL may be synchronized. What I want to know is if there's any way to automagically synchronize MySQL and LDAP? ie take selected fields from MySQL and have it update an LDAP authentication database. LDAP as a

Plans for implementing user-/passwordauthentification against LDAP

2001-03-07 Thread Helmut Wirth
Are there any plans for authentification of users in mysql against an LDAP directory insteed of the mysql user table? Or is there a patch known? -- Helmut Wirth [EMAIL PROTECTED] - bison GmbH phone +49 89 / 50

LDAP

2001-02-13 Thread Alex Kontorovich
Hello. Does anybody worked with LDAP + MySQL ? Thanks in advance, Alex Kontorovich - DBA - Tel:(+972)9 - 9519133 Mobile: (+972)54 - 424862 E-mail: [EMAIL PROTECTED]

LDAP configuration

2001-02-11 Thread Salah Jalal Abdullah
Good day, I'm planning to configure LDAP server with MYSQL. I have downloaded both applications. I went through their installations procedure and they are simple. Anybody has tried configuring LDAP over MYSQL where the data will be kept at the MYSQL database. If yes, can you please tell me