summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/sudorule_show.json
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-01-05 11:13:08 +0700
committerAdam Young <ayoung@redhat.com>2011-01-05 12:53:59 -0500
commitb0bca886634c86b9bb021dbc7c3772be4068ab22 (patch)
tree29ba4527d6ca71805db1bad82106e43aa81a1214 /install/static/test/data/sudorule_show.json
parentef2f6b2b591f122089aaa470c65aa5d818109263 (diff)
downloadfreeipa-b0bca886634c86b9bb021dbc7c3772be4068ab22.tar.gz
freeipa-b0bca886634c86b9bb021dbc7c3772be4068ab22.tar.xz
freeipa-b0bca886634c86b9bb021dbc7c3772be4068ab22.zip
Support for external SUDO users and hosts.
The SUDO details page has been modified to support external users and hosts. In the backend, the internal and external users are kept in separate attributes, but in the UI they will be displayed as a single list. The same thing is done for hosts. The ipa_sudorule_association_adder_dialog() has been modified such that it only displays the external field if there is an external attribute for that field.
Diffstat (limited to 'install/static/test/data/sudorule_show.json')
-rw-r--r--install/static/test/data/sudorule_show.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/static/test/data/sudorule_show.json b/install/static/test/data/sudorule_show.json
index 6f4b47526..5d8473259 100644
--- a/install/static/test/data/sudorule_show.json
+++ b/install/static/test/data/sudorule_show.json
@@ -32,6 +32,12 @@
"test"
],
"dn": "ipauniqueid=4fc57a02-f23311df-b268e50e-a3b3ef71,cn=sudorules,dc=dev,dc=example,dc=com",
+ "externalhost": [
+ "external.example.com"
+ ],
+ "externaluser": [
+ "external"
+ ],
"ipasudorunas_user": [
"admin"
],