URL: https://github.com/freeipa/freeipa/pull/3779
Author: wladich
Title: #3779: [Backport][ipa-4-7] ipatests: fix DNS forwarders setup for AD trust tests with non-root domains
Action: opened
PR body:
"""
This is a manual backport of #3765
The tests are failing to establish trust with AD subdomain and tree domain
controllers. This happens because IPA server needs to contact root domain
controller to fetch domain-wide UPN suffixes but can not do it because we
setup DNS forwarding only for the domains with which we try to establish
trust.
To establish trust with AD subdomain we now setup forwarder for root AD
domain, and to establish trust with AD treedomain -- two forwarders:
one for root domain and another one for treedomain.
Reviewed-By: Alexander Bokovoy <abokovoy(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3779/head:pr3779
git checkout pr3779
URL: https://github.com/freeipa/freeipa/pull/3778
Author: wladich
Title: #3778: [Backport][ipa-4-7] ipatests: fix DNS forwarders setup for AD trust tests with non-root domains
Action: opened
PR body:
"""
This is a manual backport of #3765
The tests are failing to establish trust with AD subdomain and tree domain
controllers. This happens because IPA server needs to contact root domain
controller to fetch domain-wide UPN suffixes but can not do it because we
setup DNS forwarding only for the domains with which we try to establish
trust.
To establish trust with AD subdomain we now setup forwarder for root AD
domain, and to establish trust with AD treedomain -- two forwarders:
one for root domain and another one for treedomain.
Reviewed-By: Alexander Bokovoy <abokovoy(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3778/head:pr3778
git checkout pr3778
URL: https://github.com/freeipa/freeipa/pull/3765
Author: wladich
Title: #3765: ipatests: fix DNS forwarders setup for AD trust tests with non-root domains
Action: opened
PR body:
"""
The tests are failing to establish trust with AD subdomain and tree domain
controllers. This happens because IPA server needs to contact root domain
controller to fetch domain-wide UPN suffixes but can not do it because we
setup DNS forwarding only for the domains with which we try to establish
trust.
To establish trust with AD subdomain we now setup forwarder for root AD
domain, and to establish trust with AD treedomain -- two forwarders:
one for root domain and another one for treedomain.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3765/head:pr3765
git checkout pr3765
URL: https://github.com/freeipa/freeipa/pull/3769
Author: tiran
Title: #3769: Don't install a preexec_fn by default
Action: opened
PR body:
"""
ipautil.run() now only installs a preexec_fn when it is actually needed.
This addresses a compatibility issue with mod_wsgi subinterpreters under
Python 3.8.
See: https://bugs.python.org/issue37951
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/3769/head:pr3769
git checkout pr3769
URL: https://github.com/freeipa/freeipa/pull/3767
Author: rcritten
Title: #3767: [Backport][ipa-4-8] Modify the way replication timeout is handled, logged
Action: opened
PR body:
"""
This PR was opened automatically because PR #3374 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3767/head:pr3767
git checkout pr3767
URL: https://github.com/freeipa/freeipa/pull/2331
Author: mrizwan93
Title: #2331: Installation of replica against a specific server
Action: opened
PR body:
"""
Test to check replica install against specific server. It uses master and
replica1 without CA and having custodia service stopped. Then try to
install replica2 from replica1 so that replica2 will fetch secrets from
master as custodia service is not running on replica1.
related ticket: https://pagure.io/freeipa/issue/7566
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/2331/head:pr2331
git checkout pr2331