summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/role_find.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/role_find.json')
-rw-r--r--install/ui/test/data/role_find.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/install/ui/test/data/role_find.json b/install/ui/test/data/role_find.json
new file mode 100644
index 000000000..af013803c
--- /dev/null
+++ b/install/ui/test/data/role_find.json
@@ -0,0 +1,20 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "count": 1,
+ "result": [
+ {
+ "cn": [
+ "helpdesk"
+ ],
+ "description": [
+ "Helpdesk"
+ ],
+ "dn": "cn=helpdesk,cn=roles,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
+ }
+ ],
+ "summary": "1 role matched",
+ "truncated": false
+ }
+} \ No newline at end of file