URL: https://github.com/freeipa/freeipa/pull/954 Author: stlaz Title: #954: py3 conncheck + service plugin fixes Action: opened
PR body: """ commit 09942d0268f02ed15df5f7f3aad3220196c5a41c (HEAD -> py3-conncheck, private/py3-conncheck) Author: Stanislav Laznicka slaznick@redhat.com Date: Wed Aug 2 16:05:16 2017 +0200
conncheck: fix progression on failure
traceback.format_exc() does not take exception object as an argument. This made Python 3 get stuck amid ipa-replica-conncheck, probably because it was waiting for a thread to finish.
https://pagure.io/freeipa/issue/4985
commit fe820cbc1f3469150ab90af401b119d5d316f3ab Author: Stanislav Laznicka slaznick@redhat.com Date: Wed Aug 2 15:59:39 2017 +0200
kerberos: fix sorting Principal objects
When service-find was issued under Python 3, the command fails because it tried to sort a list of Principal objects which was not possible.
https://pagure.io/freeipa/issue/4985
"""
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/954/head:pr954 git checkout pr954
URL: https://github.com/freeipa/freeipa/pull/954 Author: stlaz Title: #954: py3 conncheck + service plugin fixes Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/954/head:pr954 git checkout pr954
freeipa-devel@lists.fedorahosted.org