From a436e034a8ab9f22712e992bdff0f5cb361201e1 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 6 Jun 2008 13:20:04 +0000 Subject: [PATCH] Fixed krb key creation for WS git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11260 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 1d9c80a89..40047a487 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -432,7 +432,7 @@ class workgeneric extends plugin /* Hanle kerberos host key plugin */ if(is_object($this->kerberos_key_service)){ - $this->kerberos_key_service->save_object_by_prefix("host"); + $this->kerberos_key_service->save_object_by_prefix("host/"); } } -- 2.30.2