From 3229eee074e6b419f64faa9bb701a60fe96da3a6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Sat, 9 Jul 2011 03:01:46 -0500 Subject: Added sudo options. A table has been added into sudo rule details page for managing sudo options. Ticket #1447 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 854ebacef..e580df8e4 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -292,6 +292,7 @@ class i18n_messages(Command): "command":_("Run Commands"), "any_command":_("Any Command"), "specified_commands":_("Specified Commands and Groups"), + "options":_("Options"), "runas":_("As Whom"), "any_group":_("Any Group"), "specified_groups":_("Specified Groups"), -- cgit