From 0503da165bf708026a6954ba8d91f9bce4aec6af Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 4 Jun 2008 13:34:05 +0000 Subject: [PATCH] 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 --- .../admin/systems/services/apache2/class_servApacheVhost.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2