diff options
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" ], |