Code

gotoLpdEnable wasn't saved as "Yes/No" it was saved as 1/0
[gosa.git] / plugins / admin / systems / tabs_server.inc
index 9c87c84f2819b49daefb49c256a322e5b897e7d5..037aa850199ef91f1d45d9ecfe5ce965bc37968a 100644 (file)
@@ -20,6 +20,7 @@ class servtabs extends tabs
        'dn' to all plugins */
     $baseobject= $this->by_object['servgeneric'];
     $this->dn= "cn=$baseobject->cn,ou=servers,ou=systems,".$baseobject->base;
+    $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){
       $this->by_object[$key]->dn= $this->dn;