summaryrefslogtreecommitdiffstats
path: root/scripts/group-show.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/group-show.sh')
-rwxr-xr-xscripts/group-show.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/group-show.sh b/scripts/group-show.sh
new file mode 100755
index 0000000..f51536b
--- /dev/null
+++ b/scripts/group-show.sh
@@ -0,0 +1,13 @@
+#!/bin/sh +x
+
+. ./include.sh
+
+curl\
+ -H "Content-Type: application/json"\
+ -H "Accept: applicaton/json"\
+ --delegation always\
+ --negotiate -u :\
+ --cacert /etc/ipa/ca.crt\
+ -d @json/group-show.json\
+ -X POST\
+ $IPA_JSON_URL