summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/group_show.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/group_show.json')
-rw-r--r--install/ui/test/data/group_show.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/install/ui/test/data/group_show.json b/install/ui/test/data/group_show.json
new file mode 100644
index 000000000..536b120ca
--- /dev/null
+++ b/install/ui/test/data/group_show.json
@@ -0,0 +1,38 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "ipausers"
+ ],
+ "description": [
+ "Default group for all users"
+ ],
+ "dn": "cn=ipausers,cn=groups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "gidnumber": [
+ "1079249048"
+ ],
+ "member": [
+ "uid=gsmile,cn=users,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "uid=kfrog,cn=users,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "uid=count123,cn=users,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
+ ],
+ "member_user": [
+ "gsmile",
+ "kfrog",
+ "count123"
+ ],
+ "memberof": [],
+ "objectclass": [
+ "top",
+ "groupofnames",
+ "nestedgroup",
+ "ipausergroup",
+ "posixgroup"
+ ]
+ },
+ "summary": null,
+ "value": "ipausers"
+ }
+}