From: Date: April 7 2005 3:26pm Subject: RE: LDAP authentication List-Archive: http://lists.mysql.com/eventum-users/1194 Message-Id: <200504071327.j37DR24c006068@mail.mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Miquel, > What it lacks for the "Excellence" is LDAP authentication. In a post > from july 26 2004 (http://lists.mysql.com/eventum-devel/17), Joao said > it was in Eventum's TODO list. Can anyone tell me if it is being > developed? Does anyone knows how to do it with additional open source > products? > No, it is not being developed right now, but if someone is willing to contribute that as a patch, we will glady accept that. Here's the recipe: - Create a infrastructure for authentication backends similar to what we already do for workflow or customer backends - Move the "isValidPassword" function to this backend class - On the backend class, use the standard LDAP functions to connect to a server and check if the password is correct Again, if you look at how our workflow API is structured, this shouldn't be very hard. In any case, I'll try to bump up this TODO entry in priority a little bit. --Joao