diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-01-05 10:26:36 +0700 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-05 12:53:53 -0500 |
commit | ef2f6b2b591f122089aaa470c65aa5d818109263 (patch) | |
tree | 97aa5e2bc4a5bd52a2ce26ed2190705fb2e309ae /install/static/test | |
parent | 3650df27d56a8e6a4fc7b05687d5a588062853af (diff) | |
download | freeipa.git-ef2f6b2b591f122089aaa470c65aa5d818109263.tar.gz freeipa.git-ef2f6b2b591f122089aaa470c65aa5d818109263.tar.xz freeipa.git-ef2f6b2b591f122089aaa470c65aa5d818109263.zip |
SUDO run-as adjustments.
The SUDO details page has been modified to match the attribute
names for run-as attributes.
Diffstat (limited to 'install/static/test')
-rw-r--r-- | install/static/test/data/sudorule_show.json | 6 |
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 332caa2f..6f4b4752 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", + "ipasudorunas_user": [ + "admin" + ], + "ipasudorunasgroup_group": [ + "admins" + ], "ipauniqueid": [ "4fc57a02-f23311df-b268e50e-a3b3ef71" ], |