Re: LDAP AppModel?

2006-05-06 Thread hydra12
I've used adLDAP (http://adldap.sourceforge.net/) with cake. It's designed to work with Active Directory, so I don't know if it would work for you or not, but it's definitely worth checking out. Just put it in the vendors folder and instantiate it in your controller.

LDAP AppModel?

2006-05-05 Thread elijah
I am working on an interface for managing scalable mail systems (to be released under GPL) and I would like to use Cake! The user directory is stored in LDAP. I have a bunch of PHP code which uses reflection and crude to access the LDAP data in a clean way, and I want to convert it over to cake.

Re: LDAP AppModel?

2006-05-05 Thread John Anderson
On May 5, 2006, at 1:00 PM, elijah wrote: I am working on an interface for managing scalable mail systems (to be released under GPL) and I would like to use Cake! The user directory is stored in LDAP. I have a bunch of PHP code which uses reflection and crude to access the LDAP data in a