[Freeipa-devel] [freeipa PR#430][+ack] [py3] tests_xmlrpc: do not call str() on bytes

2017-02-02 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/430 Title: #430: [py3] tests_xmlrpc: do not call str() on bytes Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contr

[Freeipa-devel] [freeipa PR#431][opened] py3: ldapupdate: fix logging str(bytes) issue

2017-02-02 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/431 Author: MartinBasti Title: #431: py3: ldapupdate: fix logging str(bytes) issue Action: opened PR body: """ bytes as argument of str() gives unexpected result by adding prefix "b" there. Also add missing safe_option() call to logging (it will fi

[Freeipa-devel] [freeipa PR#399][synchronized] Certificate mapping test

2017-02-02 Thread dkupka
URL: https://github.com/freeipa/freeipa/pull/399 Author: dkupka Title: #399: Certificate mapping test Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/399/head:pr399 git checkout pr399 From 11ac9cfa85cee324b

[Freeipa-devel] [freeipa PR#367][edited] Remove nsslib from IPA

2017-02-02 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/367 Author: stlaz Title: #367: Remove nsslib from IPA Action: edited Changed field: body Original value: """ This batch of patches removes NSSConnection along with the whole ipapython.nsslib from IPA and replaces it with more standard httplib.HTT

[Freeipa-devel] [freeipa PR#367][edited] Remove nsslib from IPA

2017-02-02 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/367 Author: stlaz Title: #367: Remove nsslib from IPA Action: edited Changed field: body Original value: """ This batch of patches removes NSSConnection along with the whole ipapython.nsslib from IPA and replaces it with more standard httplib.HTT

[Freeipa-devel] [freeipa PR#432][opened] build: Add missing dependency on libxmlrpc{, _util}

2017-02-02 Thread dkupka
URL: https://github.com/freeipa/freeipa/pull/432 Author: dkupka Title: #432: build: Add missing dependency on libxmlrpc{,_util} Action: opened PR body: """ Change in libxmlrpc packaging uncovered missing linking dependency in our build system. https://fedorahosted.org/freeipa/ticket/6637 """

[Freeipa-devel] [freeipa PR#367][comment] Remove nsslib from IPA

2017-02-02 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/367 Title: #367: Remove nsslib from IPA stlaz commented: """ In the latest patchset, the "ipaCert" is removed from the "/etc/httpd/alias/" NSSDB and all the machinery around the certificate is moved accordingly. I am addressing support of old SSL pro

[Freeipa-devel] [freeipa PR#430][closed] [py3] tests_xmlrpc: do not call str() on bytes

2017-02-02 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/430 Author: MartinBasti Title: #430: [py3] tests_xmlrpc: do not call str() on bytes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/430/head:pr430 git checkout pr430 -

[Freeipa-devel] [freeipa PR#430][comment] [py3] tests_xmlrpc: do not call str() on bytes

2017-02-02 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/430 Title: #430: [py3] tests_xmlrpc: do not call str() on bytes MartinBasti commented: """ Fixed upstream master: https://fedorahosted.org/freeipa/changeset/5de70e31999eb219bd47aa81b0c003a6c15cf748 """ See the full comment at https://github.com/free

[Freeipa-devel] [freeipa PR#430][+pushed] [py3] tests_xmlrpc: do not call str() on bytes

2017-02-02 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/430 Title: #430: [py3] tests_xmlrpc: do not call str() on bytes Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Co

[Freeipa-devel] [freeipa PR#425][closed] ipa-kra-install must create directory if it does not exist

2017-02-02 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/425 Author: flo-renaud Title: #425: ipa-kra-install must create directory if it does not exist Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/425/head:pr425 git check

[Freeipa-devel] [freeipa PR#425][+pushed] ipa-kra-install must create directory if it does not exist

2017-02-02 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/425 Title: #425: ipa-kra-install must create directory if it does not exist Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa

[Freeipa-devel] [freeipa PR#425][comment] ipa-kra-install must create directory if it does not exist

2017-02-02 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/425 Title: #425: ipa-kra-install must create directory if it does not exist MartinBasti commented: """ Pushed: master: 066f5b7c904208d0fd79862dfaa7166fff42fd30 ipa-kra-install must create directory if it does not exist """ See the full comment at

[Freeipa-devel] Using Key-authentication for AD users as 2nd factor

2017-02-02 Thread Oucema Bellagha
Hi Linux folks, After setting up the one-way trust between IPA - AD, users from AD can authenticate to Linux resources using their own keys, that's great but now I want to add a second factor authentication for those AD users which is public key authentication, is that possible? I mean we ca

[Freeipa-devel] [freeipa PR#409][synchronized] ipatests: nested netgroups (intg)

2017-02-02 Thread celestian
URL: https://github.com/freeipa/freeipa/pull/409 Author: celestian Title: #409: ipatests: nested netgroups (intg) Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/409/head:pr409 git checkout pr409 From 756a7

[Freeipa-devel] [freeipa PR#409][comment] ipatests: nested netgroups (intg)

2017-02-02 Thread celestian
URL: https://github.com/freeipa/freeipa/pull/409 Title: #409: ipatests: nested netgroups (intg) celestian commented: """ I addressed all comment, I hope. I know that there are still some pylint stuff like: ``` ipatests/test_integration/test_netgroup.py:91: [E1101(no-member), TestNetgroups.check

[Freeipa-devel] [freeipa PR#420][comment] WIP: Allow login to WebUI using Kerberos aliases/enterprise principals

2017-02-02 Thread dkupka
URL: https://github.com/freeipa/freeipa/pull/420 Title: #420: WIP: Allow login to WebUI using Kerberos aliases/enterprise principals dkupka commented: """ LGTM and works as expected. Not ACKing only because it's marked as WIP. """ See the full comment at https://github.com/freeipa/freeipa/pul