Code

Updated terminals and ws
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Oct 2009 12:57:07 +0000 (12:57 +0000)
committerhickert <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

gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc

index ad651b856978854b0e19740c4744cea4fc6bce12..766eb1fe7dc51809cb0e1e9a71d2bfff8ab1ec43 100644 (file)
@@ -79,6 +79,8 @@ class termgeneric extends plugin
     }
 
     $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])){
index 7365979658f1e38808d685c038cc58c9beb2f179..b45deb6a5ce10569b35e09c583e6603cfaa7ef89 100644 (file)
@@ -82,6 +82,7 @@ class workgeneric extends plugin
     }
 
     $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")){