summaryrefslogtreecommitdiffstats
path: root/scripts/rolegroup-show.sh
blob: c98d7c12207d7be8b957d98206e6b6ede536e8e9 (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_show","params":[["test"],{}],"id":0}'\
  -X POST\
  https://dev.example.com/ipa/json