Add a call for retrieving the attributes supported within a schema.
authorGunnar Wrobel <p@rdus.de>
Fri, 3 Apr 2009 19:13:33 +0000 (21:13 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 6 Apr 2009 10:24:40 +0000 (12:24 +0200)
Code style.

framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php

index 8eb61cf..014f3fc 100644 (file)
@@ -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.
      *