Code

Password is must too
[gosa.git] / plugins / admin / systems / class_goTerminalServer.inc
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"));