Ensure the LDAP driver actually gets the configuration.
authorGunnar Wrobel <p@rdus.de>
Fri, 3 Apr 2009 15:04:14 +0000 (17:04 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 6 Apr 2009 10:23:37 +0000 (12:23 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php

index 591c4d0..8eb61cf 100644 (file)
@@ -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);