URL: https://github.com/freeipa/freeipa/pull/3777 Author: wladich Title: #3777: [Backport][ipa-4-8] 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@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3777/head:pr3777 git checkout pr3777
URL: https://github.com/freeipa/freeipa/pull/3777 Author: wladich Title: #3777: [Backport][ipa-4-8] ipatests: fix DNS forwarders setup for AD trust tests with non-root domains Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3777/head:pr3777 git checkout pr3777
freeipa-devel@lists.fedorahosted.org