URL: https://github.com/freeipa/freeipa/pull/5724
Author: flo-renaud
Title: #5724: [Backport][ipa-4-9] ipatests: test to renew certs on replica using ipa-cert-fix
Action: opened
PR body:
"""
This PR was opened automatically because PR #5653 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5724/head:pr5724
git checkout pr5724
URL: https://github.com/freeipa/freeipa/pull/5738
Author: mrizwan93
Title: #5738: ipatests: wait while http/ldap/pkinit cert get renew on replica
Action: opened
PR body:
"""
LDAP/HTTP/PKINIT certificates should be renewed on replica after
moving system date. Test was failing because ipa-cert-fix ran
while these cert was not renewed and it tried to fix it.
Fixes: https://pagure.io/freeipa/issue/8815
Signed-off-by: Mohammad Rizwan <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5738/head:pr5738
git checkout pr5738
URL: https://github.com/freeipa/freeipa/pull/5613
Author: antoniotorresm
Title: #5613: ipa-kra-install: exit if ca_host is overriden
Action: opened
PR body:
"""
`ipa-kra-install` should exit if `ca_host` line is present in `/etc/ipa/default.conf`,
as it may lead to a misconfigured setup.
Fixes: https://pagure.io/freeipa/issue/8245
Signed-off-by: Antonio Torres <antorres(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5613/head:pr5613
git checkout pr5613
URL: https://github.com/freeipa/freeipa/pull/5733
Author: rcritten
Title: #5733: Revert the way hosts/services certs are searched for
Action: opened
PR body:
"""
Revert the way hosts/services certs are searched for
This reverts a change that caused all service certs to be
revoked if any other service was deleted.
There is special handling when passing in host, service or
user into cert_find. The _ldap_search method creates
filters for the object which later in cert_find removes
unrelated certificates.
https://pagure.io/freeipa/issue/7835
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5733/head:pr5733
git checkout pr5733
URL: https://github.com/freeipa/freeipa/pull/5617
Author: antoniotorresm
Title: #5617: Add checks to prevent adding auth indicators to internal IPA services
Action: opened
PR body:
"""
Authentication indicators should not be enforced against internal
IPA services, since not all users of those servers are able to produce
Kerberos tickets with all the auth indicator options. This includes
`host`, `ldap`, `HTTP` and `cifs` in IPA server and `host` and `cifs` in IPA clients.
Fixes: https://pagure.io/freeipa/issue/8206
Signed-off-by: Antonio Torres <antorres(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5617/head:pr5617
git checkout pr5617
URL: https://github.com/freeipa/freeipa/pull/4909
Author: fcami
Title: #4909: Add unauthenticated nsupdate
Action: opened
PR body:
"""
ipa-client-install: update sssd.conf if nsupdate requires -g
If dynamic DNS updates are selected, sssd will use GSS-TSIG
by default for nsupdate.
When ipa-client-install notices that plain nsupdate is required,
switch sssd to use no authentication for dynamic updates too.
Fixes: https://pagure.io/freeipa/issue/8402
+
ipa-client-install: invoke nsupdate twice (GSS-TSIG, plain)
ipa-client-install invokes nsupdate with GSS-TSIG at client
enrollment time. If that fails, no retry is done.
Change that behavior to try again without GSS-TSIG.
Fixes: https://pagure.io/freeipa/issue/8402
####
This is purely WIP:
- it needs a proper test
- there are more nsupdate calls that should be adapted.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4909/head:pr4909
git checkout pr4909
URL: https://github.com/freeipa/freeipa/pull/5637
Author: menonsudhir
Title: #5637: ipatests: Test to check that ResponseNotReady error is not displayed when user session cache is deleted
Action: opened
PR body:
"""
This testcase checks that http.client.ResponseNotReady error is not displayed when
user session cache is deleted.
https://pagure.io/freeipa/issue/7752
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5637/head:pr5637
git checkout pr5637