> anyone successfully used PEAR:Ldap with cake?
>
> I tried it with a config/database.php entry like:
>
> var $ldap = array('driver' => 'pear-ldap',
>  'connect' => 'ldap_connect',
>  'host' => '127.0.0.1',
>  'login' => 'cake',
>  'password' => 'passwd',
>  'database' => '',
>  'prefix' => '');

I've not used it, but a quick look in the core files shows that the
driver is called 'pear' not 'pear-ldap', it also looks like it needs
the required Pear files in /vendors

take a look at /cake/libs/model/dbo/dbo_pear.php

sorry I'm not more help!

jon


-- 


jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to