Code

Updated winGeneric
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Oct 2008 08:42:51 +0000 (08:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Oct 2008 08:42:51 +0000 (08:42 +0000)
-Add ipHost objectClass to ensure that ipHostNumber is a writeable attribute.

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

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

index ab515d6b95c8836cae038303cb769d4fbe00a6d7..6dc79cba2e1749a794541331de657b7e2bcf182b 100644 (file)
@@ -49,6 +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->MACisMust = FALSE;
 
     /* Set base */