summaryrefslogtreecommitdiffstats
path: root/scripts/group-show-batch.sh
blob: 06440f3d5816a761d5d2bef40cfbc492fe3353ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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-batch.json\
  -X POST\
  $IPA_JSON_URL