URL: https://github.com/freeipa/freeipa/pull/5191
Author: flo-renaud
Title: #5191: ipatests: add tests to 389ds regression
Action: opened
PR body:
"""
The following tests can be used to detect regressions with 389-ds:
- test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
- test_integration/test_dns_locations.py
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5191/head:pr5191
git checkout pr5191
URL: https://github.com/freeipa/freeipa/pull/5174
Author: tiran
Title: #5174: Lookup ipa-ca record with NSS
Action: opened
PR body:
"""
DNS data management now uses NSS's getaddrinfo() instead of direct DNS
queries to resolve the ipa-ca record. This fixes missing ipa-ca records
when the current hostname is not resolvable in DNS but has correct
records in /etc/hosts.
Reduce timeout to 15 seconds and tighten timeout loop.
The changeset can speed up installation by almost 60 seconds.
ipa-server-install without built-in DNS calls into DNS data management
twice with a timeout of 30 seconds for each call.
Fixes: https://pagure.io/freeipa/issue/8529
Related: https://pagure.io/freeipa/issue/8521
Related: https://pagure.io/freeipa/issue/8501
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/5174/head:pr5174
git checkout pr5174
URL: https://github.com/freeipa/freeipa/pull/5186
Author: flo-renaud
Title: #5186: [Backport][ipa-4-8] ipatests: kinit_as_user+create_active_user: collect kdcinfo.REALM
Action: opened
PR body:
"""
This PR was opened automatically because PR #5128 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/5186/head:pr5186
git checkout pr5186
URL: https://github.com/freeipa/freeipa/pull/5179
Author: serg-cymbaluk
Title: #5179: [Backport][ipa-4-6] WebUI: Fix jQuery DOM manipulation issues
Action: opened
PR body:
"""
Manual backport of #5122
---
The commit includes the following jQuery patches:
- Manipulation: Make jQuery.htmlPrefilter an identity function
(https://github.com/jquery/jquery/pull/4642)
- Manipulation: Skip the select wrapper for <option> outside of IE 9
(https://github.com/jquery/jquery/pull/4647)
In addition there is included a script that helps to patch and build
the new version of jQuery:
$ install/ui/util/make-jquery.js 3.4.1
Ticket: https://pagure.io/freeipa/issue/8507
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5179/head:pr5179
git checkout pr5179
URL: https://github.com/freeipa/freeipa/pull/5185
Author: flo-renaud
Title: #5185: [Backport][ipa-4-8] ipa-healthcheck test fixes running on RHEL
Action: opened
PR body:
"""
This PR was opened automatically because PR #5169 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/5185/head:pr5185
git checkout pr5185
URL: https://github.com/freeipa/freeipa/pull/5128
Author: fcami
Title: #5128: ipatests: kinit_as_user: collect kdcinfo.REALM on failure
Action: opened
PR body:
"""
When requesting a tgt fails after a password reset, collecting:
/var/lib/sss/pubconf/kdcinfo.$REALM
will help determine how SSSD was selecting which KRB5KDC to use.
Fixes: https://pagure.io/freeipa/issue/8510
Signed-off-by: François Cami <fcami(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5128/head:pr5128
git checkout pr5128
URL: https://github.com/freeipa/freeipa/pull/5169
Author: menonsudhir
Title: #5169: ipa-healthcheck test fixes running on RHEL
Action: opened
PR body:
"""
ipatests: ipa-healthcheck test fixes running on RHEL
Added function in tasks.py to get healthcheck version.
Added if else condition to certain tests to check healthcheck version and then assert the expected test output
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5169/head:pr5169
git checkout pr5169
URL: https://github.com/freeipa/freeipa/pull/5183
Author: fcami
Title: #5183: ipatests: various enhancement to hidden replica tests
Action: opened
PR body:
"""
ipatests: hidden replica: misc fixes
Split a test in two and add additional fixes.
ipatests: run freeipa-healthcheck on hidden replica
ipatests: use wait_for_replication for hidden replica checks
Previously, hidden replica checks were run without waiting for replication
to complete, potentially leading to unstable behavior.
Use wait_for_replication.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5183/head:pr5183
git checkout pr5183
URL: https://github.com/freeipa/freeipa/pull/5175
Author: tiran
Title: #5175: Require(post) systemd with resolved enabled on F33
Action: opened
PR body:
"""
FreeIPA's systemd-resolved integration for Fedora 33 depends on a
working and fully configured systemd-resolved service. Ensure that
systemd's post installation RPM hook runs before FreeIPA's post hook.
Note: Other systemd version numbers are current versions on Fedora 32 and
RHEL 8.2.0.
Also make sure that 127.0.0.1 is only added once to resolv.conf and simplify
a related function call.
Related: https://pagure.io/freeipa/issue/8275
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/5175/head:pr5175
git checkout pr5175