From 0c5c25e8da9acbfa6ea82990f855d5dec4270022 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 21 Jul 2008 12:41:36 +0000 Subject: [PATCH] Renamed "krb_host_key" class to "krbHostKey" due to problems with the acl mangement git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11730 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_terminalGeneric.inc | 4 ++-- .../goto/admin/systems/goto/class_workstationGeneric.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index 29db3ae49..a83040066 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -66,8 +66,8 @@ class termgeneric extends plugin plugin::plugin ($config, $dn, $parent); - if(class_available("krb_host_keys")){ - $this->kerberos_key_service = new krb_host_keys($this->config,$this); + if(class_available("krbHostKeys")){ + $this->kerberos_key_service = new krbHostKeys($this->config,$this); } if(!isset($this->parent->by_object['ogroup'])){ diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 9a8659e62..42ea13f71 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -70,8 +70,8 @@ class workgeneric extends plugin plugin::plugin ($config, $dn, $parent); - if(class_available("krb_host_keys")){ - $this->kerberos_key_service = new krb_host_keys($this->config,$this); + if(class_available("krbHostKeys")){ + $this->kerberos_key_service = new krbHostKeys($this->config,$this); } if(!isset($this->parent->by_object['ogroup'])){ -- 2.30.2