summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbaff5f)
raw | patch | inline | side by side (parent: fbaff5f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Aug 2008 09:23:40 +0000 (09:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Aug 2008 09:23:40 +0000 (09:23 +0000) |
-Fixed remove_from_parent for service keys
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12194 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12194 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_serverService.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc
index da80ccb8f23525ed2be53a2a5b97e6fa4b881304..bf6113792aecb7e76405f3e7c952b8847e830127 100644 (file)
}
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();
}