URL: https://github.com/freeipa/freeipa/pull/5854
Author: rcritten
Title: #5854: [Backport][ipa-4-9] ipatests: healthcheck: Update IPAHostKeytab assumptions
Action: opened
PR body:
"""
This PR was opened automatically because PR #5850 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/5854/head:pr5854
git checkout pr5854
URL: https://github.com/freeipa/freeipa/pull/5844
Author: serg-cymbaluk
Title: #5844: WebUI: Fix certificate serial number representation
Action: opened
PR body:
"""
Big numbers are automatically translated to scientific notation in JavaScript.
It causes an issue with some certificate serial numbers.
The fix normalizes the notation base on original value from serial_number_hex.
The implementation works only for browsers that support BigInt.
It would not work for old browsers like Internet Explorer.
Ticket: https://pagure.io/freeipa/issue/8754
Signed-off-by: Serhii Tsymbaliuk <stsymbal(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5844/head:pr5844
git checkout pr5844
URL: https://github.com/freeipa/freeipa/pull/5850
Author: stanislavlevin
Title: #5850: ipatests: healthcheck: Update IPAHostKeytab assumptions
Action: opened
PR body:
"""
As of 0.9 freeipa-healthcheck requires running `dirsrv` service
for `IPAHostKeytab` check. So, previous assumption about the
triggering the GSSAPI error no longer works. For example, this can
be achieved by deletion of host's keytab.
Fixes: https://pagure.io/freeipa/issue/8889
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5850/head:pr5850
git checkout pr5850
URL: https://github.com/freeipa/freeipa/pull/5851
Author: menonsudhir
Title: #5851: [Backport][ipa-4-9] ipatests: Test to check that ResponseNotReady error is not displayed when user session cache is deleted #5637
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/5851/head:pr5851
git checkout pr5851
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
URL: https://github.com/freeipa/freeipa/pull/5849
Author: rcritten
Title: #5849: [Backport][ipa-4-9] Convert repl plugin name to single-value string on upgrades
Action: opened
PR body:
"""
Manual backport of PR #5836 because a backport of ipa-4-9 is required.
The merged conflict was in the new subuid code only in master. Adding the ack since this change is so minor:
```
diff --cc ipaserver/install/ldapupdate.py
index 15c0ccb50,e7eb6c68f..000000000
--- a/ipaserver/install/ldapupdate.py
+++ b/ipaserver/install/ldapupdate.py
@@@ -296,6 -341,10 +311,13 @@@ class LDAPUpdate
SELINUX_USERMAP_DEFAULT=platformconstants.SELINUX_USERMAP_DEFAULT,
SELINUX_USERMAP_ORDER=platformconstants.SELINUX_USERMAP_ORDER,
FIPS="#" if tasks.is_fips_enabled() else "",
++<<<<<<< HEAD
++=======
+ # uid / gid for autobind
+ NAMED_UID=platformconstants.NAMED_USER.uid,
+ NAMED_GID=platformconstants.NAMED_GROUP.gid,
+ REPLICATION_PLUGIN=replication_plugin,
++>>>>>>> 922357b74 (Use get_replication_plugin_name in LDAP updater)
)
for k, v in default_sub.items():
self.sub_dict.setdefault(k, v)
```
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5849/head:pr5849
git checkout pr5849
URL: https://github.com/freeipa/freeipa/pull/5836
Author: rcritten
Title: #5836: Convert repl plugin name to single-value string on upgrades
Action: opened
PR body:
"""
The value was being returned as a list with one value consisting
of bytes. Grab the first element and convert it to a string to
avoid this error on updates:
Add failure missing required attribute "objectclass"
Because the entry wasn't found the update to add nsslapd-pluginbetxn
to the entry tries to add an entirely new entry which consists
only of dn and nsslapd-pluginbetxn, hence the objectclass error.
https://pagure.io/freeipa/issue/8885
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/5836/head:pr5836
git checkout pr5836
URL: https://github.com/freeipa/freeipa/pull/5846
Author: rcritten
Title: #5846: [Backport][ipa-4-9] host: try to resolve FQDN before command execution
Action: opened
PR body:
"""
This PR was opened automatically because PR #5838 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/5846/head:pr5846
git checkout pr5846
URL: https://github.com/freeipa/freeipa/pull/5821
Author: mrizwan93
Title: #5821: ipatest: Test ipa-cert-fix fails when startup directive is missing from CS.cfg
Action: opened
PR body:
"""
This test checks that if 'selftests.container.order.startup' directive
is missing from CS.cfg, ipa-cert-fix fails and throw proper error
message. It also checks that underlying command 'pki-server cert-fix'
should fail to renew the cert.
related: https://pagure.io/freeipa/issue/8721
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/5821/head:pr5821
git checkout pr5821