summaryrefslogtreecommitdiffstats
path: root/scripts/rolegroup-find.sh
blob: bde13b6155332969fae9b7c4ccc72999ec29ae27 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh +x

curl\
  -H "Content-Type:application/json"\
  -H "Accept:applicaton/json"\
  --negotiate -u :\
  --cacert /etc/ipa/ca.crt\
  -d '{"method":"rolegroup_find","params":[[""],{}],"id":0}'\
  -X POST\
  https://dev.example.com/ipa/json