summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f44f55)
raw | patch | inline | side by side (parent: 5f44f55)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Mar 2010 13:12:32 +0000 (13:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Mar 2010 13:12:32 +0000 (13:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17023 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc b/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc
index 3baf79da5cf7895aa8b61a9d5273ac4777c304c4..3e7a1feb50da0d5f0f7da94364298c88cd79ccf8 100644 (file)
}
}
}
+
+
+ /*! \brief !! Incoming dummy acls, required to defined acls for incoming objects
+ */
+ static function plInfo()
+ {
+ return (array(
+ "plShortName" => _("Unknown incoming objects"),
+ "plDescription" => _("Unknown incoming objects"),
+ "plSelfModify" => FALSE,
+ "plDepends" => array(),
+ "plPriority" => 99,
+ "plSection" => array("administration"),
+ "plCategory" => array("incoming" => array( "description" => _("Incoming"),
+ "objectClass" => "")),
+ "plProvidedAcls"=> array()
+ ));
+ }
+
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: