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 --- install/ui/test/data/ipa_init.json | 1 + install/ui/test/data/sudorule_show.json | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index a67002105..9a57f8ef0 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -15804,6 +15804,7 @@ "host": "Access this host", "inactive": "Inactive", "ipaenabledflag": "Rule status", + "options": "Options", "runas": "As Whom", "specified_commands": "Specified Commands and Groups", "specified_groups": "Specified Groups", diff --git a/install/ui/test/data/sudorule_show.json b/install/ui/test/data/sudorule_show.json index 44d3cfd83..afb3f3b64 100644 --- a/install/ui/test/data/sudorule_show.json +++ b/install/ui/test/data/sudorule_show.json @@ -41,6 +41,10 @@ "ipaenabledflag": [ "TRUE" ], + "ipasudoopt": [ + "-H", + "-b" + ], "ipasudorunas_user": [ "admin" ], -- cgit