[Freeipa-devel] [freeipa PR#1802][closed] Fix Python dependencies

2018-04-12 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1802 Author: tiran Title: #1802: Fix Python dependencies Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1802/head:pr1802 git checkout pr1802 _

[Freeipa-devel] [freeipa PR#1805][opened] Handle whitespace, add separator to regex in set_directive_lines

2018-04-12 Thread rcritten via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1805 Author: rcritten Title: #1805: Handle whitespace, add separator to regex in set_directive_lines Action: opened PR body: """ We added the separator to the regex in set_directive_lines to avoid grabbing just a prefix. This doesn't allow for white

[Freeipa-devel] [freeipa PR#1800][closed] Add nsds5ReplicaReleaseTimeout to replica config

2018-04-12 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1800 Author: tiran Title: #1800: Add nsds5ReplicaReleaseTimeout to replica config Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1800/head:pr1800 git checkout pr1800

[Freeipa-devel] [freeipa PR#1806][opened] [Backport][ipa-4-5] Add nsds5ReplicaReleaseTimeout to replica config

2018-04-12 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1806 Author: tiran Title: #1806: [Backport][ipa-4-5] Add nsds5ReplicaReleaseTimeout to replica config Action: opened PR body: """ Manual backport of PR #1800 The nsds5ReplicaReleaseTimeout setting prevents the monopolization of replicas during i

[Freeipa-devel] [freeipa PR#1807][opened] [Backport][ipa-4-6] Add nsds5ReplicaReleaseTimeout to replica config

2018-04-12 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1807 Author: tiran Title: #1807: [Backport][ipa-4-6] Add nsds5ReplicaReleaseTimeout to replica config Action: opened PR body: """ Manual backport of PR #1800 The nsds5ReplicaReleaseTimeout setting prevents the monopolization of replicas during in

[Freeipa-devel] [freeipa PR#1808][opened] Fixes for ipatests.test_integration.test_caless.TestCertInstall

2018-04-12 Thread rcritten via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1808 Author: rcritten Title: #1808: Fixes for ipatests.test_integration.test_caless.TestCertInstall Action: opened PR body: """ Don't change working directories when calling pk12util because this breaks passing in non-absolute filenames (regression