Code

Fixed terminal server service
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jun 2006 05:33:49 +0000 (05:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jun 2006 05:33:49 +0000 (05:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3697 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_goLogDBServer.inc
plugins/admin/systems/class_goTerminalServer.inc

index a61d0b354d516dc1191dd7a5c3e5dab27982bbc4..0abf2163bc7831a46cf3cbe6e3b95edd951c9633 100644 (file)
@@ -45,7 +45,7 @@ class goLogDBServer extends plugin{
   {
     $flag = $this->StatusFlag;
     $fields['Status']     = $this->$flag;
-    $fields['Message']    = _("Asterisk management");
+    $fields['Message']    = _("Logging database");
     $fields['AllowStart'] = true;
     $fields['AllowStop']  = true;
     $fields['AllowRestart'] = true;
index 48f01b4f765868962df2c575d053ef6e9c8c4bbe..7fe9709686e4c6f673a45babf7d07cc500f821af 100644 (file)
@@ -75,6 +75,11 @@ class goTerminalServer extends plugin{
   function save()
   {
     plugin::save();
+
+    if(!$this->goXdmcpIsEnabled){
+      $this->attrs['goXdmcpIsEnabled'] = "0";
+    }
+  
     /* Check if this is a new entry ... add/modify */
     $ldap = $this->config->get_ldap_link();
     $ldap->cat($this->dn,array("objectClass"));