summaryrefslogtreecommitdiffstats
path: root/scripts/user-find-pkey.sh
blob: 9496e27d476a38e08d8daf1f5109331b934991f5 (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-find-pkey.json\
  -X POST\
  $IPA_JSON_URL