summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/sudocmdgroup_find.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/sudocmdgroup_find.json')
-rw-r--r--install/ui/test/data/sudocmdgroup_find.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/install/ui/test/data/sudocmdgroup_find.json b/install/ui/test/data/sudocmdgroup_find.json
new file mode 100644
index 000000000..d640e35bd
--- /dev/null
+++ b/install/ui/test/data/sudocmdgroup_find.json
@@ -0,0 +1,33 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "count": 2,
+ "result": [
+ {
+ "cn": [
+ "group1"
+ ],
+ "description": [
+ "Group 1"
+ ],
+ "dn": "cn=group1,cn=sudocmdgroups,cn=sudo,dc=dev,dc=example,dc=com",
+ "member_sudocmd": [
+ "/usr/bin/more",
+ "/usr/bin/less"
+ ]
+ },
+ {
+ "cn": [
+ "group2"
+ ],
+ "description": [
+ "Group 2"
+ ],
+ "dn": "cn=group2,cn=sudocmdgroups,cn=sudo,dc=dev,dc=example,dc=com"
+ }
+ ],
+ "summary": "2 sudo command groups matched",
+ "truncated": false
+ }
+}