summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-09 03:01:46 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-07-11 22:11:40 +0000
commit3229eee074e6b419f64faa9bb701a60fe96da3a6 (patch)
tree092087c3d74aad8f5afe58af33b6b38c5e427963 /install/ui/test
parent04753403445dd5b73baa1422206b5ca352281e4a (diff)
downloadfreeipa-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 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json1
-rw-r--r--install/ui/test/data/sudorule_show.json4
2 files changed, 5 insertions, 0 deletions
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"
],