From ea37d919aa12ef29b9a12093a008121ecb620e3c Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 14 Oct 2008 08:56:14 +0000 Subject: [PATCH] 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 --- gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2