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; $this->by_object[$key]->cn= $baseobject->cn; } tabs::save(FALSE); /* Reload server settings after saving */ $config= $_SESSION['config']; $config->load_servers(); $_SESSION['config']= $config; /* Fix tagging if needed */ $baseobject->handle_object_tagging(); } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>