Code

removed unused code
[gosa.git] / gosa-plugins / systems / admin / systems / class_servGeneric.inc
index 108d6dc7fdad3b2d0c77a0f06aca38c789d1147f..4255e78129fb427a8e70fca697aa1add41925be3 100644 (file)
@@ -78,8 +78,8 @@ class servgeneric extends plugin
     plugin::plugin ($config, $dn, $parent);
 
     /* Initialize kerberos host key plugin */
-    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);
     }
 
     $this->ui = get_userinfo();