From: hickert Date: Thu, 10 Apr 2008 11:46:53 +0000 (+0000) Subject: Updated terminal service. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d504553f64a1b01aa17ed4377b360feda2b6a92;p=gosa.git Updated terminal service. -This tab can't be removed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10320 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc index da078940e..89fe14d2d 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc @@ -438,14 +438,6 @@ class termservice extends plugin { new log("remove","terminal/".get_class($this),$this->dn,array_keys($this->attrs)); $this->handle_post_events("remove"); - - plugin::remove_from_parent(); - $ldap = $this->config->get_ldap_link(); - $ldap->cd($this->dn); - $ldap->modify($this->attrs); - if (!$ldap->success()){ - msg_dialog::display(_("LDAP error"), msgPool::ldaperror($ldap->get_error(), $this->dn, LDAP_MOD, get_class())); - } }