summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacsvcgroup_find.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/hbacsvcgroup_find.json')
-rw-r--r--install/ui/test/data/hbacsvcgroup_find.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/install/ui/test/data/hbacsvcgroup_find.json b/install/ui/test/data/hbacsvcgroup_find.json
new file mode 100644
index 000000000..797530e37
--- /dev/null
+++ b/install/ui/test/data/hbacsvcgroup_find.json
@@ -0,0 +1,24 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "count": 1,
+ "result": [
+ {
+ "cn": [
+ "SUDO"
+ ],
+ "description": [
+ "Default group of SUDO related services"
+ ],
+ "dn": "cn=sudo,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com",
+ "member_hbacsvc": [
+ "sudo",
+ "sudo-i"
+ ]
+ }
+ ],
+ "summary": "1 group matched",
+ "truncated": false
+ }
+}