From: hickert Date: Mon, 21 Jul 2008 12:41:36 +0000 (+0000) Subject: Renamed "krb_host_key" class to "krbHostKey" due to problems with the acl mangement X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c5c25e8da9acbfa6ea82990f855d5dec4270022;p=gosa.git 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 --- 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'])){