Code

Updated systems
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Oct 2009 08:36:57 +0000 (08:36 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Oct 2009 08:36:57 +0000 (08:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14594 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 844e9f629ef24a9ed2fa44844db9291c63700453..39842f3c72159c81fa90c43ff25022a9a5cdea6b 100644 (file)
@@ -1243,11 +1243,7 @@ class systems extends plugin
     /* Prepare samba class name */
     $samba  ="";
     if ($this->DivListSystem->ShowWinWorkstations){
-      if ($this->config->get_cfg_value("sambaversion") == "3"){
-        $samba= "sambaSamAccount";
-      } else {
-        $samba= "sambaAccount";
-      }
+      $samba= "sambaSamAccount";
     }
 
     /* This array represents the combination between checkboxes and search filters */