LDAP datasource for cakePHP
This article presents a simple LDAP datasource which can be used with the cake framework (both 1.1.x and 1.2.x). With this datasource, a cake web application should be able to interact with a LDAP 'database' (such as openldap or Microsoft Active Directory) just as if it was a Sql-like database.
Comments
Comment
1 Good job
greatings, it is a very smart way of dealing with an LDAP directory
I was looking around for some kind of stuff
articles you mentionned at beginning of your didn't fully satisfied me too
I tested your solution in an application I work on for my job, works fine et really easy to use
have fun with coding C(R)UD ^^
Comment
2 Nice work
Comment
3 CRUD
http://memdump.wordpress.com/2008/04/26/ldap-data-source-now-with-full-crud/
Hope it helps! I'd love to see some comments from people who make use the class.