From: hickert Date: Fri, 6 Jun 2008 13:20:04 +0000 (+0000) Subject: Fixed krb key creation for WS X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a436e034a8ab9f22712e992bdff0f5cb361201e1;p=gosa.git Fixed krb key creation for WS git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11260 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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/"); } }