From: hickert Date: Tue, 12 Aug 2008 09:23:40 +0000 (+0000) Subject: Updated kerberos hot keys remove. Closes #532 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d5ba8f2bec0098737c0931d17564b7af0919700c;p=gosa.git Updated kerberos hot keys remove. Closes #532 -Fixed remove_from_parent for service keys git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12194 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index da80ccb8f..bf6113792 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -427,7 +427,7 @@ class ServerService extends plugin } if($this->plugins[$name]->initially_was_account){ if(isset($this->plugins[$name]->krb_host_key) && $this->plugins[$name]->krb_host_key instanceof krbHostKeys){ - $this->plugins[$name]->krb_host_key->remove_from_parent_by_prefix($this->plugins[$name]->krb_host_key); + $this->plugins[$name]->krb_host_key->remove_from_parent_by_prefix($this->plugins[$name]->krb_service_prefix); } $this->plugins[$name]->remove_from_parent(); }