From: hickert Date: Thu, 5 Jun 2008 08:03:49 +0000 (+0000) Subject: Updated kerberos prefix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d17b0739e5e4c84ff3c2e0290591507a96ddcc87;p=gosa.git Updated kerberos prefix git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11228 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc index 021a60dee..4a5b6db91 100644 --- a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc +++ b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc @@ -34,7 +34,7 @@ class servapache extends goService var $orig_dn = ""; var $initially_was_account; - var $krb_service_prefix = "HTTP/"; + var $krb_service_prefix = "http/"; function servapache ($config, $dn= NULL, $parent= NULL) {