URL: https://github.com/freeipa/freeipa/pull/1938
Author: pavelpicka
Title: #1938: Extend host test suite with negative scenarios and more test cases
Action: opened
PR body:
"""
Automation of host test scenarios.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1938/head:pr1938
git checkout pr1938
URL: https://github.com/freeipa/freeipa/pull/1515
Author: mrizwan93
Title: #1515: Test to check second replica installation after master restore
Action: opened
PR body:
"""
When master is restored from backup and replica1 is re-initialize,
second replica installation was failing. The issue was with ipa-backup
tool which was not backing up the /etc/ipa/custodia/custodia.conf and
/etc/ipa/custodia/server.keys.
related ticket: https://pagure.io/freeipa/issue/7247
Signed-off-by: Mohammad Rizwan Yusuf <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1515/head:pr1515
git checkout pr1515
URL: https://github.com/freeipa/freeipa/pull/1972
Author: rcritten
Title: #1972: [Backport][ipa-4-6] group-del: add a warning to logs when password policy could not be re…
Action: opened
PR body:
"""
This PR was opened automatically because PR #1886 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1972/head:pr1972
git checkout pr1972
URL: https://github.com/freeipa/freeipa/pull/1974
Author: frasertweedale
Title: #1974: Handle compressed responses from Dogtag
Action: opened
PR body:
"""
We currently accept compressed responses for some Dogtag resources,
via an 'Accept: gzip, deflate' header. But we don't decompress the
received data. Inspect the response Content-Encoding header and
decompress the response body according to its value.
The `gzip.decompress` function is only available on Python 3.2 or
later. In earlier versions, it is necessary to use StringIO and
treat the compressed data as a file. This commit avoids this
complexity. Therefore it should only be included in Python 3 based
releases.
Fixes: https://pagure.io/freeipa/issue/7563
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1974/head:pr1974
git checkout pr1974
URL: https://github.com/freeipa/freeipa/pull/1911
Author: rcritten
Title: #1911: Validate the Directory Manager password in ipa-restore (take 2)
Action: opened
PR body:
"""
Validate the DM password before starting the actual restoration if /etc/ipa/default.conf exists AND dirsrv is running. If default.conf exists and dirsrv is not running raise an error.
Add two tests to validate this behavior.
https://pagure.io/freeipa/issue/7535
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1911/head:pr1911
git checkout pr1911
URL: https://github.com/freeipa/freeipa/pull/1973
Author: tiran
Title: #1973: Require JSS 4.4.4 with fix for sub CA replication
Action: opened
PR body:
"""
The SQL backend of NSS behaves differently than the DBM backend.
Specifically PK11_UnwrapPrivateKey generates a different CKA_ID. JSS 4.4.4
contains a workaround for broken sub CA replication.
Note: FreeIPA doesn't depend on JSS directly. The version requirement
was added to update JSS to a working version
See: https://bugzilla.redhat.com/show_bug.cgi?id=1583140
Fixes: https://pagure.io/freeipa/issue/7536
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1973/head:pr1973
git checkout pr1973
URL: https://github.com/freeipa/freeipa/pull/1949
Author: tjaalton
Title: #1949: Changes for Debian
Action: opened
PR body:
"""
Here's a list of accumulated patches for Debian. Some have tickets attached, others not.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1949/head:pr1949
git checkout pr1949
URL: https://github.com/freeipa/freeipa/pull/1607
Author: tiran
Title: #1607: Use sane default settings for ldap connections
Action: opened
PR body:
"""
LDAP connections no longer depend on sane settings in global ldap.conf
and use good default settings for cert validation, CA, and SASL canonization.
https://pagure.io/freeipa/issue/7418
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1607/head:pr1607
git checkout pr1607
URL: https://github.com/freeipa/freeipa/pull/1936
Author: celestian
Title: #1936: WiP: Run sudo_rule_restricted_to_one_hostmask_negative
Action: opened
PR body:
"""
Just sudo test run with higher image:
`version: 1.0.(3 --> 4)`
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1936/head:pr1936
git checkout pr1936