From a0312cfaf3c0fd9af94363ee6bbdbe55b5717d65 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 4 Jun 2008 13:54:45 +0000 Subject: [PATCH] Updated server service to support service keys git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11217 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_serverService.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index e854840a5..7416989e7 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -69,7 +69,7 @@ class ServerService extends plugin /* Initialize kerberos key support */ if(isset($this->plugins[$name]->krb_service_prefix) && !empty($this->plugins[$name]->krb_service_prefix)){ - $this->plugins[$name]->krb_host_key = new krb_host_keys($this->config,$this->parent); + $this->plugins[$name]->krb_host_key = new krb_host_keys($this->config,$this->parent,$this->plugins[$name]->krb_service_prefix); $this->plugins[$name]->krb_host_key->ServiceKey(TRUE); } @@ -261,6 +261,7 @@ class ServerService extends plugin # $this->dialog->save_object(); $add =""; if(isset($this->dialog->krb_host_key)){ + $add = $this->dialog->krb_host_key->save_object(); $add = $this->dialog->krb_host_key->execute(); } return($add.$this->dialog->execute()); -- 2.30.2