summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 306276d)
raw | patch | inline | side by side (parent: 306276d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Jul 2008 12:41:36 +0000 (12:41 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc
index 29db3ae491b65125c2f23831e567a8e18cd5961d..a830400668f5d4ddd0116d33a84fd54631b87ada 100644 (file)
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 9a8659e62da74cd77976895e41b3d6b980a6c1e7..42ea13f71f6add60868c6481908b8e050db1aa81 100644 (file)
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'])){