summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e3add90)
raw | patch | inline | side by side (parent: e3add90)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Apr 2008 13:55:54 +0000 (13:55 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Apr 2008 13:55:54 +0000 (13:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10511 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc
index 1c834f9ba823116871c6ca44e9dc186d13f7eb0d..8cd65f1d7cb85d71163d1ce477cca999e745bdaf 100644 (file)
var $gotoLastUser= "-";
var $FAIscript= "";
var $view_logged = FALSE;
+ var $auto_activate= FALSE;
/* Needed values and lists */
var $base= "";
$activate= (isset($this->saved_attributes['gotoMode']) &&
$this->gotoMode != $this->saved_attributes['gotoMode'] &&
$this->gotoMode == "active" &&
- tests::is_ip($this->netConfigDNS->ipHostNumber));
+ tests::is_ip($this->netConfigDNS->ipHostNumber)) || $this->auto_activate;
plugin::save();
/* Strip out 'default' values */