Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_winGeneric.inc
index 01fbbef1a136f6034b291ba8d4e77496b3dbbb4a..30a0939dc5a5274bda51f6d6ee18ce4dde18ee7f 100644 (file)
@@ -45,9 +45,9 @@ class wingeneric extends plugin
   var $objectclasses= array("posixAccount","person","organizationalPerson","inetOrgPerson","gosaAccount","shadowAccount","sambaSamAccount","top");
 
 
-  function wingeneric ($config, $dn= NULL)
+  function wingeneric ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
     $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses);
     /* Set base */
     if ($this->dn == "new"){