summaryrefslogtreecommitdiffstats
path: root/scripts/pwpolicy-show.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pwpolicy-show.sh')
-rwxr-xr-xscripts/pwpolicy-show.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/pwpolicy-show.sh b/scripts/pwpolicy-show.sh
new file mode 100755
index 0000000..daf9246
--- /dev/null
+++ b/scripts/pwpolicy-show.sh
@@ -0,0 +1,24 @@
+#!/bin/sh +x
+
+. ./include.sh
+
+json="{
+ \"method\": \"pwpolicy_show\",
+ \"params\": [
+ [ \"testgroup\" ],
+ {
+ \"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