X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fclass_servNfs.inc;h=113675920841129b34ff9b74a275b11f87138f09;hb=58d6e44f72edec202688de242f4b38e384b6a35e;hp=e89bab3ea9e939c26340ba83a4a0a27a576fb302;hpb=01708a472e32ce14edc296e7908740100a43d6d9;p=gosa.git diff --git a/plugins/admin/systems/class_servNfs.inc b/plugins/admin/systems/class_servNfs.inc index e89bab3ea..113675920 100644 --- a/plugins/admin/systems/class_servNfs.inc +++ b/plugins/admin/systems/class_servNfs.inc @@ -255,6 +255,27 @@ class servnfs extends plugin return $this->create_mount; } + /* Return plugin informations for acl handling */ + function plInfo() + { + return (array( + "plShortName" => _("NFS"), + "plDescription" => _("NFS service"), + "plSelfModify" => FALSE, + "plDepends" => array(), + "plPriority" => 0, + "plSection" => array("administration"), + "plCategory" => array("server"), + + "plProvidedAcls"=> array( + "description" => _("Description"), + "type" => _("Type"), + "charset" => _("Charset"), + "path" => _("Path"), + "option" => _("Option"), + "volume" => _("Valume")) + )); + } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: