From: Gunnar Wrobel Date: Fri, 3 Apr 2009 19:13:33 +0000 (+0200) Subject: Add a call for retrieving the attributes supported within a schema. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8adb310f2ae3b9267eb4e2d948b7a361bf40baab;p=horde.git Add a call for retrieving the attributes supported within a schema. Code style. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php index 8eb61cfbd..014f3fca1 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php @@ -105,6 +105,10 @@ 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); @@ -467,7 +471,6 @@ class Horde_Kolab_Server_Ldap extends Horde_Kolab_Server } } - /** * Search for object data. *