From: Michael M Slusarz Date: Tue, 3 Aug 2010 05:44:21 +0000 (-0600) Subject: Placeholder for Horde_Ldap injection. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bcf644f1408e1394a5aa12810fd064756955e855;p=horde.git Placeholder for Horde_Ldap injection. --- diff --git a/framework/Core/lib/Horde/Core/Factory/Prefs.php b/framework/Core/lib/Horde/Core/Factory/Prefs.php index 6e61a30f6..00658a061 100644 --- a/framework/Core/lib/Horde/Core/Factory/Prefs.php +++ b/framework/Core/lib/Horde/Core/Factory/Prefs.php @@ -99,6 +99,10 @@ class Horde_Core_Factory_Prefs $this->_instances[$sig]->setScope($scope); } else { switch ($driver) { + case 'Ldap': + //$params['ldap'] = $this->_injector->getInstance('Horde_Ldap')->getLdap('horde', 'ldap'); + break; + case 'Sql': $params['db'] = $this->_injector->getInstance('Horde_Db')->getDb(); // @todo All DB's use UTF-8(?) Does not seem to be a way to