Code

Renamed "krb_host_key" class to "krbHostKey" due to problems with the acl mangement
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Jul 2008 12:41:36 +0000 (12:41 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Jul 2008 12:41:36 +0000 (12:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11730 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc

index 29db3ae491b65125c2f23831e567a8e18cd5961d..a830400668f5d4ddd0116d33a84fd54631b87ada 100644 (file)
@@ -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'])){
index 9a8659e62da74cd77976895e41b3d6b980a6c1e7..42ea13f71f6add60868c6481908b8e050db1aa81 100644 (file)
@@ -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'])){