Code

Updated gosa.conf and class_config.
[gosa.git] / gosa-core / include / class_config.inc
index 5f00a2bd0abea86c7649a256c091fa0719aa824c..ad109f53492a91a49ca0473ac76dd89612c6d9b6 100644 (file)
@@ -287,6 +287,9 @@ class config  {
   {
     $this->current= $this->data['LOCATIONS'][$name];
 
+    if (!isset($this->current['SAMBAVERSION'])){
+      $this->current['SAMBAVERSION']= 3;
+    }
     if (!isset($this->current['PEOPLE'])){
       $this->current['PEOPLE']= "ou=people";
     }