Code

added missing template
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_workstation.inc
index 32bcaea5c2ba75c7d882c25452dfbd628153d5b7..75f6bd4e9b2511d9946d6fe6c24ead250cf8ea97 100644 (file)
@@ -86,7 +86,9 @@ class worktabs extends tabs
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */
     $baseobject= $this->by_object['workgeneric'];
-    $this->dn= "cn=".$baseobject->cn.",".get_ou('workstationRDN').$baseobject->base;
+    $cn      = preg_replace('/,/', '\,', $baseobject->cn);
+    $cn      = preg_replace('/"/', '\"', $cn);
+    $this->dn= "cn=".$cn.",".get_ou("workgeneric", "workstationRDN").$baseobject->base;
 
     if($this->dn != $baseobject->orig_dn && $baseobject->orig_dn != "new"){