From 6dc05c7679021542cf80a9e14c862ff83dd4e771 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 20 Sep 2006 07:30:44 +0000 Subject: [PATCH] Added acls to restart/stop/start ... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4743 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_goCupsServer.inc | 4 ++++ plugins/admin/systems/class_goFaxServer.inc | 4 +++- plugins/admin/systems/class_goVirusServer.inc | 3 +++ plugins/admin/systems/class_servRepository.inc | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_goCupsServer.inc b/plugins/admin/systems/class_goCupsServer.inc index a761c2c63..c5815b6e5 100644 --- a/plugins/admin/systems/class_goCupsServer.inc +++ b/plugins/admin/systems/class_goCupsServer.inc @@ -68,6 +68,10 @@ class goCupsServer extends goService{ "plSection" => array("administration"), "plCategory" => array("server"), + "start" => _("Start"), + "stop" => _("Stop"), + "restart" => _("Restart"), + "plProvidedAcls"=> array() )); } diff --git a/plugins/admin/systems/class_goFaxServer.inc b/plugins/admin/systems/class_goFaxServer.inc index 07e6672ec..186dd5ffd 100644 --- a/plugins/admin/systems/class_goFaxServer.inc +++ b/plugins/admin/systems/class_goFaxServer.inc @@ -1,6 +1,8 @@ array("server"), "plProvidedAcls"=> array( + "start" => _("Start"), + "stop" => _("Stop"), + "restart" => _("Restart"), "avFlagsD" =>_("Enable debugging"), "avFlagsS" =>_("Enable mail scanning"), diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc index e3dc800cd..775f49b8d 100644 --- a/plugins/admin/systems/class_servRepository.inc +++ b/plugins/admin/systems/class_servRepository.inc @@ -355,6 +355,9 @@ class servrepository extends goService "plProvidedAcls"=> array( "cn" => _("Name"), + "start" => _("Start"), + "stop" => _("Stop"), + "restart" => _("Restart"), "Release" => _("Releases"), "Section" => _("Sections"), "ParentServer" => _("Parent server"), -- 2.30.2