summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/rolegroup_add.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/rolegroup_add.json')
-rw-r--r--install/ui/test/data/rolegroup_add.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/install/ui/test/data/rolegroup_add.json b/install/ui/test/data/rolegroup_add.json
new file mode 100644
index 00000000..54e2c283
--- /dev/null
+++ b/install/ui/test/data/rolegroup_add.json
@@ -0,0 +1,22 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "test"
+ ],
+ "description": [
+ "Test role"
+ ],
+ "dn": "cn=test,cn=rolegroups,cn=accounts,dc=dev,dc=example,dc=com",
+ "objectclass": [
+ "groupofnames",
+ "nestedgroup",
+ "top"
+ ]
+ },
+ "summary": "Added rolegroup \"test\"",
+ "value": "test"
+ }
+}