From: hickert Date: Tue, 14 Oct 2008 08:56:14 +0000 (+0000) Subject: Updated winstation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ea37d919aa12ef29b9a12093a008121ecb620e3c;p=gosa.git Updated winstation -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 --- diff --git a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc index 6dc79cba2..3a80f52b6 100644 --- a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc +++ b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc @@ -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 */