summaryrefslogtreecommitdiffstats
path: root/scripts/user-show-batch.sh
blob: d2f750a9330a1955e84f7b47be6bafc71989d312 (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/user-show-batch.json\
  -X POST\
  $IPA_JSON_URL