Code

Updated opsi clinet handling.
[gosa.git] / gosa-plugins / systems / admin / systems / class_systemManagement.inc
index ce07763de61369b2766ef845daaf3796ba562e25..b85c44626bc3fad728d987d8b746ab082aa5e59b 100644 (file)
@@ -1343,7 +1343,7 @@ class systems extends plugin
       if(count($terminal)){
         $t_id ++ ;
         $this->terminals[$t_id]=$terminal;
-        $opsi_map[$value['cn'][0]] = $t_id;
+        $opsi_map[preg_replace('/\$$/',"",$value['cn'][0])] = $t_id;
       }
     }