summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbacsvcgroup_show.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/test/data/hbacsvcgroup_show.json')
-rw-r--r--install/static/test/data/hbacsvcgroup_show.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/install/static/test/data/hbacsvcgroup_show.json b/install/static/test/data/hbacsvcgroup_show.json
new file mode 100644
index 000000000..f6d05f6dd
--- /dev/null
+++ b/install/static/test/data/hbacsvcgroup_show.json
@@ -0,0 +1,21 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "SUDO"
+ ],
+ "description": [
+ "Default group of SUDO related services"
+ ],
+ "dn": "cn=sudo,cn=hbacservicegroups,cn=accounts,dc=dev,dc=example,dc=com",
+ "member_hbacsvc": [
+ "sudo",
+ "sudo-i"
+ ]
+ },
+ "summary": null,
+ "value": "sudo"
+ }
+}