[Freeipa-devel] [freeipa PR#1003][opened] py3: Fix searching for yubikeys

2017-08-24 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1003 Author: stlaz Title: #1003: py3: Fix searching for yubikeys Action: opened PR body: """ Bumping the requirements for the python-yubikey package. This is unfortunately most probably fixed only in Fedora because there was no upstream release for

[Freeipa-devel] [freeipa PR#1002][opened] Fix external renewal for CA with non-default subject DN

2017-08-24 Thread frasertweedale via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1002 Author: frasertweedale Title: #1002: Fix external renewal for CA with non-default subject DN Action: opened PR body: """ When running ``ipa-cacert-manage renew --external-ca`` with an IPA CA having a subject DN that does not correspond to ``CN=

[Freeipa-devel] [freeipa PR#1001][opened] Fix ipa config-mod --ca-renewal-master

2017-08-24 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1001 Author: flo-renaud Title: #1001: Fix ipa config-mod --ca-renewal-master Action: opened PR body: """ commit bddb90f38a3505a2768862d2f814c5e749a7dcde added the support for multivalued server attributes (for pkinit_server_server), but this introdu

[Freeipa-devel] Re: [freeipa/freeipa] Removing part of circular dependency of ipalib in ipaplatform (#989)

2017-08-24 Thread Felipe Barreto Volpone via FreeIPA-devel
I removed os.path.basename() to check if that would affect the tests. For some reason they're failing and I'm not being able to reproduce it outside of travis/pr ci. On Thu, Aug 24, 2017 at 4:17 AM, Christian Heimes wrote: > On 2017-08-23 21:25, Felipe Volpone wrote: > > @felipevolpone

[Freeipa-devel] Re: [freeipa/freeipa] Removing part of circular dependency of ipalib in ipaplatform (#989)

2017-08-24 Thread Christian Heimes via FreeIPA-devel
On 2017-08-23 21:25, Felipe Volpone wrote: > @felipevolpone pushed 1 commit. > > * 2ddaa6e Removing > part of circular dependency of ipalib in ipaplaform Why did you remove os.path.basename() from systemd