diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-07-09 03:01:46 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-07-11 22:11:40 +0000 |
commit | 3229eee074e6b419f64faa9bb701a60fe96da3a6 (patch) | |
tree | 092087c3d74aad8f5afe58af33b6b38c5e427963 /ipalib/plugins | |
parent | 04753403445dd5b73baa1422206b5ca352281e4a (diff) | |
download | freeipa-3229eee074e6b419f64faa9bb701a60fe96da3a6.tar.gz freeipa-3229eee074e6b419f64faa9bb701a60fe96da3a6.tar.xz freeipa-3229eee074e6b419f64faa9bb701a60fe96da3a6.zip |
Added sudo options.
A table has been added into sudo rule details page for managing
sudo options.
Ticket #1447
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/internal.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |