From: cajus Date: Thu, 15 Oct 2009 08:36:57 +0000 (+0000) Subject: Updated systems X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e797af66384113c76ee8946f8ec9574713ee79b1;p=gosa.git Updated systems git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14594 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 844e9f629..39842f3c7 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -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 */