Code

Added better acl assignment
[gosa.git] / plugins / admin / systems / class_servDHCP.inc
index dd5fffe564f648c5f58ad59357d13e1e0f57ff93..9f4a6e867c19a278a84431ab82d4fb4b3ad976da 100644 (file)
@@ -8,6 +8,7 @@ class servdhcp extends plugin
   var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
 
   /* attribute list for save action */
+  var $ignore_account= TRUE;
   var $attributes= array();
   var $objectclasses= array("whatever");
 
@@ -18,6 +19,9 @@ class servdhcp extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";