From: hickert Date: Wed, 23 Jul 2008 07:10:00 +0000 (+0000) Subject: Updated DNS service X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ac9f948447d79241df955d26031664be5ed1f61;p=gosa.git Updated DNS service -Added start top ACls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11756 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/dns/admin/systems/services/dns/class_servDNS.inc b/gosa-plugins/dns/admin/systems/services/dns/class_servDNS.inc index 8d4f645af..a8ac86da8 100644 --- a/gosa-plugins/dns/admin/systems/services/dns/class_servDNS.inc +++ b/gosa-plugins/dns/admin/systems/services/dns/class_servDNS.inc @@ -582,6 +582,10 @@ class servdns extends goService "plCategory" => array("server"), "plProvidedAcls"=> array( + "start" => _("Service start"), // Remove this to hide the start button at all. + "stop" => _("Service stop"), // Remove this to hide the stop button at all. + "restart" => _("Service restart"),// Remove this to hide the restart button at all. + "zoneName" =>_("Zone name"), "ReverseZone" =>_("Reverse zone"), "NetworkClass" =>_("Network class"),