summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbacsvcgroup_add.json
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2010-11-10 14:13:00 -0500
committerAdam Young <ayoung@redhat.com>2010-11-11 12:23:05 -0500
commit569f4e1a5cb3ff4cf3a7bf3c2aa5fdfa9ced0134 (patch)
tree62688b555c9d6c5b2b61aa6625fdfc4ad828a884 /install/static/test/data/hbacsvcgroup_add.json
parent6a9846f3f3d04800e2fab64eb52dee887af8af60 (diff)
downloadfreeipa-569f4e1a5cb3ff4cf3a7bf3c2aa5fdfa9ced0134.tar.gz
freeipa-569f4e1a5cb3ff4cf3a7bf3c2aa5fdfa9ced0134.tar.xz
freeipa-569f4e1a5cb3ff4cf3a7bf3c2aa5fdfa9ced0134.zip
HBAC Service & Service Group test data
Diffstat (limited to 'install/static/test/data/hbacsvcgroup_add.json')
-rw-r--r--install/static/test/data/hbacsvcgroup_add.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/install/static/test/data/hbacsvcgroup_add.json b/install/static/test/data/hbacsvcgroup_add.json
new file mode 100644
index 000000000..b0827f59b
--- /dev/null
+++ b/install/static/test/data/hbacsvcgroup_add.json
@@ -0,0 +1,26 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "test"
+ ],
+ "description": [
+ "Test Service Group"
+ ],
+ "dn": "cn=test,cn=hbacservicegroups,cn=accounts,dc=dev,dc=example,dc=com",
+ "ipauniqueid": [
+ "0ab6ba82-ecfe11df-b3f78f4b-11cc007b"
+ ],
+ "objectclass": [
+ "ipaobject",
+ "ipahbacservicegroup",
+ "groupOfNames",
+ "top"
+ ]
+ },
+ "summary": "Added HBAC Service group \"test\"",
+ "value": "test"
+ }
+}