From 1eabdb1e52642dba37c63643868004d165ed0eba Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 23 Oct 2008 08:09:16 +0000 Subject: [PATCH] Updated Terminal ACLs. -Sorted ACLs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12760 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/goto/class_terminalGeneric.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index 97c071765..c7d62ffae 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -660,17 +660,21 @@ class termgeneric extends plugin "plPriority" => 1, "plSection" => array("administration"), "plCategory" => array("terminal" => array( "description" => _("Terminal"), - "objectClass" => "gotoTerminal")), + "objectClass" => "gotoTerminal")), "plProvidedAcls"=> array( + "cn" => _("Name"), + "description" => _("Description"), + "base" => _("Base"), + "gotoMode" => _("Mode"), + "gotoSyslogServer" => _("Syslog server enabled"), + "gotoTerminalPath" => _("Root server"), "gotoSwapServer" => _("Swap server"), - "gotoSyslogServer" => _("Syslog server enabled"), + "gotoNtpServer" => _("Ntp server settings"), - "base" => _("Base"), - "cn" => _("Name"), - "description" => _("Description"), "gotoRootPasswd" => _("Root password"), + "FAIstate" => _("Action flag")) )); } -- 2.30.2