From: hickert Date: Wed, 4 Jun 2008 13:34:53 +0000 (+0000) Subject: Added default attribute to goService class. This allows to add kerberos service suppo... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6b5163c948e2aaac401753f8173a4fb64665e2b;p=gosa.git 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 --- 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)