From: hickert Date: Wed, 4 Jun 2008 13:34:05 +0000 (+0000) Subject: Added kerberos service key support to the apache service X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0503da165bf708026a6954ba8d91f9bce4aec6af;p=gosa.git Added kerberos service key support to the apache service git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11211 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 3c6b572b7..fdfb5b600 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/"; function servapache ($config, $dn= NULL, $parent= NULL) {