Code

Updated winstation
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Oct 2008 08:56:14 +0000 (08:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Oct 2008 08:56:14 +0000 (08:56 +0000)
-In order to write the macAddress attribute we have to add ieee802Device as objectclass

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12683 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc

index 6dc79cba2e1749a794541331de657b7e2bcf182b..3a80f52b602b6bf0a91e97edbdb6d11178acb217 100644 (file)
@@ -49,7 +49,7 @@ class wingeneric extends plugin
   {
     plugin::plugin ($config, $dn, $parent);
     $this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
-    $this->netConfigDNS->objectclasses=array("ipHost");
+    $this->netConfigDNS->objectclasses=array("ipHost","ieee802Device");
     $this->netConfigDNS->MACisMust = FALSE;
 
     /* Set base */