From be0308cf681fbcf02f9663c7c7df877e3a29c431 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 4 May 2011 10:26:18 +0200 Subject: Typos in freeIPA messages and man page https://fedorahosted.org/freeipa/ticket/1128 --- ipalib/plugins/batch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/plugins/batch.py') diff --git a/ipalib/plugins/batch.py b/ipalib/plugins/batch.py index 29dcc664..973526a6 100644 --- a/ipalib/plugins/batch.py +++ b/ipalib/plugins/batch.py @@ -23,9 +23,9 @@ Plugin to make multiple ipa calls via one remote procedure call To run this code in the lite-server -curl -H "Content-Type:application/json" -H "Acept:applicaton/json" -H "Accept-Language:en" --negotiate -u : --cacert /etc/ipa/ca.crt -d @batch_request.json -X POST http://localhost:8888/ipa/json +curl -H "Content-Type:application/json" -H "Accept:application/json" -H "Accept-Language:en" --negotiate -u : --cacert /etc/ipa/ca.crt -d @batch_request.json -X POST http://localhost:8888/ipa/json -where the contenst of the file batch_request.json follow the below example +where the contents of the file batch_request.json follow the below example {"method":"batch","params":[[ {"method":"group_find","params":[[],{}]}, -- cgit