From: Gunnar Wrobel Date: Fri, 3 Apr 2009 15:04:14 +0000 (+0200) Subject: Ensure the LDAP driver actually gets the configuration. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=79627618d961c33a20ced2363f4118a791fb0b9b;p=horde.git Ensure the LDAP driver actually gets the configuration. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php index 591c4d013..8eb61cfbd 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php @@ -105,10 +105,6 @@ class Horde_Kolab_Server_Ldap extends Horde_Kolab_Server $this->_config = $config; - if (!empty($params['schema_support'])) { - $this->schema_support = true; - } - $this->connect(); parent::__construct($params);