summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad2f10a)
raw | patch | inline | side by side (parent: ad2f10a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 23 Oct 2008 08:09:16 +0000 (08:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 23 Oct 2008 08:09:16 +0000 (08:09 +0000) |
-Sorted ACLs
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12760 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12760 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc
index 97c071765b9fb32780f1d629b823f0a9287f8ba9..c7d62ffae870c156c78fc14e9ed488788142052a 100644 (file)
"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"))
));
}