hi
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' => '');
but got the error message:
Fatal error: Unable to load DataSource file dbo/dbo_pear-ldap.php in /
some/path/htdocs/dev/cake_1.1.12.4205/cake/libs/model/
connection_manager.php on line 156
if i understand the docs correctly a driver entry like 'pear-XXX'
should use PEAR:XXX as driver; w/o any further files needed!?
or is this still 'work in progress'?
/NaNT
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---