summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/sudorule_find.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/sudorule_find.json')
-rw-r--r--install/ui/test/data/sudorule_find.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/install/ui/test/data/sudorule_find.json b/install/ui/test/data/sudorule_find.json
new file mode 100644
index 000000000..a843b2a5b
--- /dev/null
+++ b/install/ui/test/data/sudorule_find.json
@@ -0,0 +1,17 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "count": 1,
+ "result": [
+ {
+ "cn": [
+ "test"
+ ],
+ "dn": "ipauniqueid=4fc57a02-f23311df-b268e50e-a3b3ef71,cn=sudorules,cn=sudo,dc=dev,dc=example,dc=com"
+ }
+ ],
+ "summary": null,
+ "truncated": false
+ }
+}