summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/rolegroup_show.json
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-19 12:26:14 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-20 14:12:47 +0000
commitb9ad279ad2d8d93dd501115a028783cf8fe7fcbd (patch)
tree3c3bd271231ff635278b1cf88bfbd79d792de23d /install/ui/test/data/rolegroup_show.json
parent835436df1549578932705f5722bc78ec985c2f69 (diff)
downloadfreeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.gz
freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.xz
freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.zip
rename static to ui
Directory rename
Diffstat (limited to 'install/ui/test/data/rolegroup_show.json')
-rw-r--r--install/ui/test/data/rolegroup_show.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/install/ui/test/data/rolegroup_show.json b/install/ui/test/data/rolegroup_show.json
new file mode 100644
index 000000000..4652fb2cd
--- /dev/null
+++ b/install/ui/test/data/rolegroup_show.json
@@ -0,0 +1,20 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "test"
+ ],
+ "description": [
+ "Test role"
+ ],
+ "dn": "cn=test,cn=rolegroups,cn=accounts,dc=dev,dc=example,dc=com",
+ "member_user": [
+ "admin"
+ ]
+ },
+ "summary": null,
+ "value": "test"
+ }
+}