From f6b5163c948e2aaac401753f8173a4fb64665e2b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 4 Jun 2008 13:34:53 +0000 Subject: [PATCH] Added default attribute to goService class. This allows to add kerberos service support by setting just one attribute. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11212 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/services/class_goService.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/systems/admin/systems/services/class_goService.inc b/gosa-plugins/systems/admin/systems/services/class_goService.inc index b1ef72f7d..13a15c9e7 100644 --- a/gosa-plugins/systems/admin/systems/services/class_goService.inc +++ b/gosa-plugins/systems/admin/systems/services/class_goService.inc @@ -32,8 +32,10 @@ class goService extends plugin{ var $dn = NULL; var $cn = ""; var $DisplayName = ""; - var $view_logged =FALSE; + var $view_logged = FALSE; + var $krb_service_prefix = ""; + var $krb_host_key = NULL; /* Construcktion */ function goService(&$config,$dn) -- 2.30.2