summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b5a094)
raw | patch | inline | side by side (parent: 0b5a094)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Oct 2009 12:57:07 +0000 (12:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Oct 2009 12:57:07 +0000 (12:57 +0000) |
-MAC is MUST
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14560 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14560 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc
index ad651b856978854b0e19740c4744cea4fc6bce12..766eb1fe7dc51809cb0e1e9a71d2bfff8ab1ec43 100644 (file)
}
$this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
+ $this->netConfigDNS->MACisMust =TRUE;
+
/* Read arrays */
foreach (array("ghNetNic", "ghIdeDev", "ghScsiDev") as $val){
if (!isset($this->attrs[$val])){
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc
index 7365979658f1e38808d685c038cc58c9beb2f179..b45deb6a5ce10569b35e09c583e6603cfaa7ef89 100644 (file)
}
$this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
+ $this->netConfigDNS->MACisMust =TRUE;
/* Check if this host is currently in installation process*/
if(class_available("gosaSupportDaemon") && class_available("DaemonEvent")){