summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e5e3b60)
raw | patch | inline | side by side (parent: e5e3b60)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Oct 2008 08:56:14 +0000 (08:56 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
diff --git a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc
index 6dc79cba2e1749a794541331de657b7e2bcf182b..3a80f52b602b6bf0a91e97edbdb6d11178acb217 100644 (file)
{
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 */