From d5ba8f2bec0098737c0931d17564b7af0919700c Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 12 Aug 2008 09:23:40 +0000 Subject: [PATCH] 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 --- gosa-plugins/systems/admin/systems/class_serverService.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.30.2