summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/sudocmd_add.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/sudocmd_add.json')
-rw-r--r--install/ui/test/data/sudocmd_add.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/install/ui/test/data/sudocmd_add.json b/install/ui/test/data/sudocmd_add.json
new file mode 100644
index 000000000..6fb4a5fc1
--- /dev/null
+++ b/install/ui/test/data/sudocmd_add.json
@@ -0,0 +1,21 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "dn": "sudocmd=/usr/bin/less,cn=sudocmds,cn=sudo,dc=dev,dc=example,dc=com",
+ "ipauniqueid": [
+ "09e4ab26-f456-11df-bb95-00163e72f2d9"
+ ],
+ "objectclass": [
+ "ipaobject",
+ "ipasudocmd"
+ ],
+ "sudocmd": [
+ "/usr/bin/less"
+ ]
+ },
+ "summary": "Added sudo command \"/usr/bin/less\"",
+ "value": "/usr/bin/less"
+ }
+}