[Freeipa-devel] Re: SoftHSM and certmonger

2018-08-21 Thread Rob Crittenden via FreeIPA-devel
Alexander Bokovoy via FreeIPA-devel wrote: > Hi Rob, > > I was trying to set up a configuration where certmonger would generate > and track a key in an NSS database with an HSM token. I used SoftHSMv2 > for the token. > > The script roughly describing what I did is attached. You need to put >

[Freeipa-devel] [freeipa PR#2266][opened] Fix the uninstall test, execute in the nightly runs

2018-08-21 Thread rcritten via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2266 Author: rcritten Title: #2266: Fix the uninstall test, execute in the nightly runs Action: opened PR body: """ I'm not sure what changed that caused the test to start failing. We didn't notice until now because the test wasn't executed in the

[Freeipa-devel] SoftHSM and certmonger

2018-08-21 Thread Alexander Bokovoy via FreeIPA-devel
Hi Rob, I was trying to set up a configuration where certmonger would generate and track a key in an NSS database with an HSM token. I used SoftHSMv2 for the token. The script roughly describing what I did is attached. You need to put SELinux in permissive as it would be messing up on

[Freeipa-devel] [freeipa PR#2265][opened] uninstall -v: remove Tracebacks

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2265 Author: flo-renaud Title: #2265: uninstall -v: remove Tracebacks Action: opened PR body: """ ipa-server-install --uninstall -v -U prints Traceback in its log file. This issue happens because it calls subprocess.Popen with close_fds=True (which

[Freeipa-devel] [freeipa PR#2264][opened] [Backport][ipa-4-7] Replace old login screen logo with new one

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2264 Author: flo-renaud Title: #2264: [Backport][ipa-4-7] Replace old login screen logo with new one Action: opened PR body: """ This PR was opened automatically because PR #2255 was pushed to master and backport to ipa-4-7 is required. """ To

[Freeipa-devel] [freeipa PR#2255][closed] Replace old login screen logo with new one

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2255 Author: serg-cymbaluk Title: #2255: Replace old login screen logo with new one Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2255/head:pr2255 git checkout

[Freeipa-devel] [freeipa PR#2258][closed] [Backport][ipa-4-7] Check if user permssions and umask 0022 is set after ipa-restore

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2258 Author: Tiboris Title: #2258: [Backport][ipa-4-7] Check if user permssions and umask 0022 is set after ipa-restore Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2259][closed] [Backport][ipa-4-6] Check if user permssions and umask 0022 is set after ipa-restore

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2259 Author: mrizwan93 Title: #2259: [Backport][ipa-4-6] Check if user permssions and umask 0022 is set after ipa-restore Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2263][opened] DS replication settings: fix regression with <3.3 master

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2263 Author: flo-renaud Title: #2263: DS replication settings: fix regression with <3.3 master Action: opened PR body: """ Commit 811b0fdb4620938963f1a29d3fdd22257327562c introduced a regression when configuring replication with a master < 3.3 Even