Re: [Freeipa-devel] Client JSON-RPC design doc

2013-01-04 Thread Jan Cholasta
Hi, On 4.1.2013 10:54, Petr Viktorin wrote: Hello, I've put a JSON-RPC design doc at http://freeipa.org/page/V3/JSON-RPC. It's also below for easier quoting. I found that constants.py already has an env variable called rpc_json_uri, and xmlrpc_uri has this comment: # FIXME: let's renamed

Re: [Freeipa-devel] Client JSON-RPC design doc

2013-01-04 Thread Petr Viktorin
On 01/04/2013 01:43 PM, Jan Cholasta wrote: Hi, On 4.1.2013 10:54, Petr Viktorin wrote: ... If rpc_protocol is set to jsonrpc (the default), the client will use JSON-RPC to talk to the server. If it's set to xmlrpc, the client will use XML-RPC. What is the benefit of supporting both

Re: [Freeipa-devel] Client JSON-RPC design doc

2013-01-04 Thread Martin Kosek
On 01/04/2013 03:13 PM, Petr Viktorin wrote: On 01/04/2013 01:43 PM, Jan Cholasta wrote: Hi, On 4.1.2013 10:54, Petr Viktorin wrote: ... If rpc_protocol is set to jsonrpc (the default), the client will use JSON-RPC to talk to the server. If it's set to xmlrpc, the client will use