[Freeipa-devel] [freeipa PR#900][closed] whoami.py: type error when running test

2017-07-07 Thread pvomacka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/900 Author: Tiboris Title: #900: whoami.py: type error when running test Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/900/head:pr900 git checkout pr900

[Freeipa-devel] [freeipa PR#905][opened] ipapython/graph.py complexity optimization.

2017-07-07 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/905 Author: slaykovsky Title: #905: ipapython/graph.py complexity optimization. Action: opened PR body: """ Hi! I've just read the code and I saw that graph bfs uses not optimal for Python solution. So I've edited it with more optimal one. Also I'

[Freeipa-devel] [freeipa PR#906][opened] Adding section "Building FreeIPA from source" on README

2017-07-07 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/906 Author: felipevolpone Title: #906: Adding section "Building FreeIPA from source" on README Action: opened PR body: """ Fixes: https://pagure.io/freeipa/issue/6725 Preview of it: https://github.com/felipevolpone/freeipa/tree/readme-6725#for-dev

[Freeipa-devel] [freeipa PR#781][closed] Warn in cert-request if CSR doesn't contain SAN

2017-07-07 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/781 Author: felipevolpone Title: #781: Warn in cert-request if CSR doesn't contain SAN Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/781/head:pr781 git checkout pr78

[Freeipa-devel] [DESIGN] Certificate profile update mechanism

2017-07-07 Thread Fraser Tweedale via FreeIPA-devel
Hi all, I've published a draft design for the profile update mechanism. This feature is to ensure that we can safely update included profiles even when we use Dogtag profile components only available in new versions. https://www.freeipa.org/page/V4/Certificate_profile_update_mechanism Interested