Files
freeipa/ipaserver
Fraser Tweedale b1e1109679 py3: fix schema response for py2 server with py3 client
The schema RPC response can include a bytes value for the
'topic_topic' field (when the server is running in Python 2).
In this case, a Python 3 client fails to initialise the API
when a schema fetch is required, because it cannot serialise
the bytes values in the schema object to JSON.

Ensure the 'topic_topic' value is unicode.

Part of: https://pagure.io/freeipa/issue/4985

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-08-29 12:57:02 +02:00
..
2010-12-20 17:19:53 -05:00
2017-08-23 09:03:12 +02:00
2017-06-01 09:24:24 +02:00
2016-10-20 18:43:37 +02:00
2017-05-10 09:08:34 +02:00