[Freeipa-devel] FreeIPA health check tool PoC

2017-04-05 Thread Felipe Barreto Volpone
Hi everyone, Some people of our team are working on a simple tool (a PoC actually) for FreeIPA [1]. The idea is to build a tool that can check the state of FreeIPA. In the PoC we are only focusing on certificate related things. What do we have until now? Ideas and some few lines of code. We

[Freeipa-devel] [freeipa PR#695][synchronized] [4.4] Fix PKCS11 helper

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/695 Author: MartinBasti Title: #695: [4.4] Fix PKCS11 helper Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/695/head:pr695 git checkout pr695 From

[Freeipa-devel] [freeipa PR#695][edited] [4.4] Fix PKCS11 helper

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/695 Author: MartinBasti Title: #695: [4.4] Fix PKCS11 helper Action: edited Changed field: title Original value: """ Fix PKCS11 helper """ -- Manage your subscription for the Freeipa-devel mailing list:

[Freeipa-devel] [freeipa PR#695][opened] Fix PKCS11 helper

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/695 Author: MartinBasti Title: #695: Fix PKCS11 helper Action: opened PR body: """ Slots in HSM are not assigned statically, we have to chose proper slot from token label. Softhsm i2.2.0 changed this behavior and now slots can change over time (it

[Freeipa-devel] [freeipa PR#694][comment] RFC: implement local PKINIT deployment in server/replica install

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/694 Title: #694: RFC: implement local PKINIT deployment in server/replica install MartinBasti commented: """ `upgrade and transitions between PKINIT configurations` does this cover: - CA-less to CA-full upgrade? - installed 4.4.4 --- upgraded --->

[Freeipa-devel] [freeipa PR#675][edited] [4.5, master] Fix PKCS11 helper

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/675 Author: MartinBasti Title: #675: [4.5, master] Fix PKCS11 helper Action: edited Changed field: title Original value: """ [WIP] Fix PKCS11 helper """ -- Manage your subscription for the Freeipa-devel mailing list:

[Freeipa-devel] [freeipa PR#675][comment] [4.5, master] Fix PKCS11 helper

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/675 Title: #675: [4.5, master] Fix PKCS11 helper MartinBasti commented: """ In 50% cases DNSSEC works for me :-). Ready for review. (The issue was unrelated to PKCS11, I had somehow broken machine probably) """ See the full comment at

[Freeipa-devel] [freeipa PR#693][+ack] [tests] collect audit.log for easier selinux investigation

2017-04-05 Thread apophys
URL: https://github.com/freeipa/freeipa/pull/693 Title: #693: [tests] collect audit.log for easier selinux investigation Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#675][synchronized] [WIP] Fix PKCS11 helper

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/675 Author: MartinBasti Title: #675: [WIP] Fix PKCS11 helper Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/675/head:pr675 git checkout pr675 From

[Freeipa-devel] [freeipa PR#694][opened] RFC: implement local PKINIT deployment in server/replica install

2017-04-05 Thread martbab
URL: https://github.com/freeipa/freeipa/pull/694 Author: martbab Title: #694: RFC: implement local PKINIT deployment in server/replica install Action: opened PR body: """ This PR implements a basic local PKINIT functionality for server install with '--no-pkinit' specified, and replica install

[Freeipa-devel] [freeipa PR#694][edited] RFC: implement local PKINIT deployment in server/replica install

2017-04-05 Thread martbab
URL: https://github.com/freeipa/freeipa/pull/694 Author: martbab Title: #694: RFC: implement local PKINIT deployment in server/replica install Action: edited Changed field: body Original value: """ This PR implements a basic local PKINIT functionality for server install with '--no-pkinit'

[Freeipa-devel] [freeipa PR#675][synchronized] [WIP] Fix PKCS11 helper

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/675 Author: MartinBasti Title: #675: [WIP] Fix PKCS11 helper Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/675/head:pr675 git checkout pr675 From

[Freeipa-devel] [freeipa PR#688][synchronized] Update get_attr_filter in LDAPSearch to handle nsaccountlock user searches

2017-04-05 Thread redhatrises
URL: https://github.com/freeipa/freeipa/pull/688 Author: redhatrises Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user searches Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#693][opened] [tests] collect audit.log for easier selinux investigation

2017-04-05 Thread MartinBasti
URL: https://github.com/freeipa/freeipa/pull/693 Author: MartinBasti Title: #693: [tests] collect audit.log for easier selinux investigation Action: opened PR body: """ Audit log contains useful information about selinux issues """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#688][edited] Update get_attr_filter in LDAPSearch to handle nsaccountlock user searches

2017-04-05 Thread redhatrises
URL: https://github.com/freeipa/freeipa/pull/688 Author: redhatrises Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user searches Action: edited Changed field: body Original value: """ - Update get_attr_filter in LDAPSearch to handle nsaccountlock by setting

[Freeipa-devel] [freeipa PR#688][synchronized] Update get_attr_filter in LDAPSearch to handle nsaccountlock user searches

2017-04-05 Thread redhatrises
URL: https://github.com/freeipa/freeipa/pull/688 Author: redhatrises Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user searches Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#667][comment] idrange-add: properly handle empty --dom-name option

2017-04-05 Thread flo-renaud
URL: https://github.com/freeipa/freeipa/pull/667 Title: #667: idrange-add: properly handle empty --dom-name option flo-renaud commented: """ @martbab thank you for the suggestion. The new test is available in PR #692 """ See the full comment at

[Freeipa-devel] [freeipa PR#691][synchronized] Add force-join option to replica install

2017-04-05 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/691 Author: stlaz Title: #691: Add force-join option to replica install Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/691/head:pr691 git checkout pr691 From

[Freeipa-devel] [freeipa PR#691][synchronized] Add force-join option to replica install

2017-04-05 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/691 Author: stlaz Title: #691: Add force-join option to replica install Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/691/head:pr691 git checkout pr691 From

[Freeipa-devel] [freeipa PR#667][comment] idrange-add: properly handle empty --dom-name option

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/667 Title: #667: idrange-add: properly handle empty --dom-name option tomaskrizek commented: """ master: * 70743c8c48db54309a09d510b3a5d8ae86c29e58 idrange-add: properly handle empty --dom-name option ipa-4-5: *

[Freeipa-devel] [freeipa PR#667][+pushed] idrange-add: properly handle empty --dom-name option

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/667 Title: #667: idrange-add: properly handle empty --dom-name option Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#667][closed] idrange-add: properly handle empty --dom-name option

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/667 Author: flo-renaud Title: #667: idrange-add: properly handle empty --dom-name option Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/667/head:pr667 git checkout

[Freeipa-devel] [freeipa PR#691][opened] Add force-join option to replica install

2017-04-05 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/691 Author: stlaz Title: #691: Add force-join option to replica install Action: opened PR body: """ This patchset adds the force-join option to the replica installer. It also tries to improve the developer's experience by narrowing down the scope

[Freeipa-devel] [freeipa PR#687][closed] Add pki_pin only when needed

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/687 Author: stlaz Title: #687: Add pki_pin only when needed Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/687/head:pr687 git checkout pr687 -- Manage your

[Freeipa-devel] [freeipa PR#687][comment] Add pki_pin only when needed

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/687 Title: #687: Add pki_pin only when needed tomaskrizek commented: """ Replica installation with CA and KRA seems to work fine now. """ See the full comment at https://github.com/freeipa/freeipa/pull/687#issuecomment-291786444 -- Manage your

[Freeipa-devel] [freeipa PR#687][+pushed] Add pki_pin only when needed

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/687 Title: #687: Add pki_pin only when needed 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/Contribute/Code

[Freeipa-devel] [freeipa PR#687][comment] Add pki_pin only when needed

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/687 Title: #687: Add pki_pin only when needed tomaskrizek commented: """ master: * 1aa77fe389e957a652c530ec0456ee05467754b3 Add pki_pin only when needed ipa-4-5: * f53c76b1055d4f7b26fc127852a66f942845cbae Add pki_pin only when needed """ See

[Freeipa-devel] [freeipa PR#687][+ack] Add pki_pin only when needed

2017-04-05 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/687 Title: #687: Add pki_pin only when needed 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/Contribute/Code

[Freeipa-devel] [freeipa PR#677][synchronized] cert: defer cert-find result post-processing

2017-04-05 Thread HonzaCholasta
URL: https://github.com/freeipa/freeipa/pull/677 Author: HonzaCholasta Title: #677: cert: defer cert-find result post-processing Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/677/head:pr677 git checkout

[Freeipa-devel] [freeipa PR#667][comment] idrange-add: properly handle empty --dom-name option

2017-04-05 Thread martbab
URL: https://github.com/freeipa/freeipa/pull/667 Title: #667: idrange-add: properly handle empty --dom-name option martbab commented: """ @flo-renaud can you please add a test case for this to `ipatests/test_xmlrpc/test_range_plugin.py` so that we do not regress in the future? """ See the

[Freeipa-devel] [freeipa PR#672][comment] IPA-KDB: use relative path in ipa-certmap config snippet

2017-04-05 Thread HonzaCholasta
URL: https://github.com/freeipa/freeipa/pull/672 Title: #672: IPA-KDB: use relative path in ipa-certmap config snippet HonzaCholasta commented: """ master: * 6c2772dde52c84024d32533b29e6cbd04c69924a IPA-KDB: use relative path in ipa-certmap config snippet ipa-4-5: *

[Freeipa-devel] [freeipa PR#672][closed] IPA-KDB: use relative path in ipa-certmap config snippet

2017-04-05 Thread HonzaCholasta
URL: https://github.com/freeipa/freeipa/pull/672 Author: sumit-bose Title: #672: IPA-KDB: use relative path in ipa-certmap config snippet Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/672/head:pr672 git

[Freeipa-devel] [freeipa PR#672][+pushed] IPA-KDB: use relative path in ipa-certmap config snippet

2017-04-05 Thread HonzaCholasta
URL: https://github.com/freeipa/freeipa/pull/672 Title: #672: IPA-KDB: use relative path in ipa-certmap config snippet Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#672][+ack] IPA-KDB: use relative path in ipa-certmap config snippet

2017-04-05 Thread HonzaCholasta
URL: https://github.com/freeipa/freeipa/pull/672 Title: #672: IPA-KDB: use relative path in ipa-certmap config snippet Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#667][comment] idrange-add: properly handle empty --dom-name option

2017-04-05 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/667 Title: #667: idrange-add: properly handle empty --dom-name option stlaz commented: """ @flo-renaud That's completely OK :) I thought we could probably add an assert to `CIDict.__contains__()` method since I realize the issue was somewhere else

[Freeipa-devel] [freeipa PR#667][+ack] idrange-add: properly handle empty --dom-name option

2017-04-05 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/667 Title: #667: idrange-add: properly handle empty --dom-name option Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: