summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacsvc_add.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/hbacsvc_add.json')
-rw-r--r--install/ui/test/data/hbacsvc_add.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/install/ui/test/data/hbacsvc_add.json b/install/ui/test/data/hbacsvc_add.json
new file mode 100644
index 000000000..87eb51d78
--- /dev/null
+++ b/install/ui/test/data/hbacsvc_add.json
@@ -0,0 +1,24 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "test"
+ ],
+ "description": [
+ "Test Service"
+ ],
+ "dn": "cn=test,cn=hbacservices,cn=hbac,dc=dev,dc=example,dc=com",
+ "ipauniqueid": [
+ "c3302e82-ecfd11df-b3f78f4b-11cc007b"
+ ],
+ "objectclass": [
+ "ipaobject",
+ "ipahbacservice"
+ ]
+ },
+ "summary": "Added service \"test\"",
+ "value": "test"
+ }
+}