From b9ad279ad2d8d93dd501115a028783cf8fe7fcbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 19 Jan 2011 12:26:14 -0500 Subject: rename static to ui Directory rename --- install/ui/test/data/group_find.json | 75 ++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 install/ui/test/data/group_find.json (limited to 'install/ui/test/data/group_find.json') diff --git a/install/ui/test/data/group_find.json b/install/ui/test/data/group_find.json new file mode 100644 index 000000000..902689a06 --- /dev/null +++ b/install/ui/test/data/group_find.json @@ -0,0 +1,75 @@ +{ + "error": null, + "id": 0, + "result": { + "count": 5, + "result": [ + { + "cn": [ + "admins" + ], + "description": [ + "Account administrators group" + ], + "dn": "cn=admins,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "gidnumber": [ + "1948497956" + ], + "member_user": [ + "admin" + ] + }, + { + "cn": [ + "ipausers" + ], + "description": [ + "Default group for all users" + ], + "dn": "cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "gidnumber": [ + "1948497957" + ], + "member_user": [ + "kfrog", + "moi" + ] + }, + { + "cn": [ + "editors" + ], + "description": [ + "Limited admins who can edit other users" + ], + "dn": "cn=editors,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "gidnumber": [ + "1948497958" + ] + }, + { + "cn": [ + "deleteme" + ], + "description": [ + "This is a group that should go away." + ], + "dn": "cn=deleteme,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com" + }, + { + "cn": [ + "testgroup" + ], + "description": [ + "Detlete this if you see it" + ], + "dn": "cn=testgroup,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "gidnumber": [ + "1948497959" + ] + } + ], + "summary": "5 groups matched", + "truncated": false + } +} \ No newline at end of file -- cgit