summaryrefslogtreecommitdiffstats
path: root/scripts/sudorule-del.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sudorule-del.sh')
-rwxr-xr-xscripts/sudorule-del.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/sudorule-del.sh b/scripts/sudorule-del.sh
new file mode 100755
index 0000000..a0d603b
--- /dev/null
+++ b/scripts/sudorule-del.sh
@@ -0,0 +1,24 @@
+#!/bin/sh +x
+
+. ./include.sh
+
+json="{
+ \"method\": \"sudorule_del\",
+ \"params\": [
+ [ \"test\" ],
+ {
+ \"all\": true,
+ \"rights\": true
+ }
+ ],
+ \"id\": 0
+}"\
+
+curl\
+ -H "Content-Type:application/json"\
+ -H "Accept:applicaton/json"\
+ --negotiate -u :\
+ --cacert /etc/ipa/ca.crt\
+ -d "$json"\
+ -X POST\
+ $IPA_JSON_URL