URL: https://github.com/freeipa/freeipa/pull/5945
Author: mrizwan93
Title: #5945: ipatests: Test long certificate serial no
Action: opened
PR body:
"""
Long certificate serial no were shown in scientific notation
at user detials page. This test checks that it is no longer shown
in scientific notation
related:https://pagure.io/freeipa/issue/8754
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/5945/head:pr5945
git checkout pr5945
URL: https://github.com/freeipa/freeipa/pull/5934
Author: rcritten
Title: #5934: ipa-getkeytab: add option to discover servers using DNS SRV
Action: opened
PR body:
"""
Manual backport. The test did not merge cleanly.
The basic flow is:
If server is provided by the user then use it
If server the magic value '_srv', check for _ldap._tcp SRV records for
the domain in /etc/ipa/default.conf
If no servers are found use the server from default.conf
https://pagure.io/freeipa/issue/8478
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/5934/head:pr5934
git checkout pr5934
URL: https://github.com/freeipa/freeipa/pull/5918
Author: amore17
Title: #5918: ipatests: ipa-otpd should not fail when dirsrv is restarted with OTP login.
Action: opened
PR body:
"""
Added test to verify ipa-otpd is not failing when there is login with OTP
and dirsrv is restarted.
Related : https://pagure.io/freeipa/issue/6587
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5918/head:pr5918
git checkout pr5918
URL: https://github.com/freeipa/freeipa/pull/5940
Author: rcritten
Title: #5940: [Backport][ipa-4-9] Provide more information in ipa-certupdate on ccache failure
Action: opened
PR body:
"""
This PR was opened automatically because PR #5936 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/5940/head:pr5940
git checkout pr5940
URL: https://github.com/freeipa/freeipa/pull/5941
Author: fcami
Title: #5941: [Backport][ipa-4-9] freeipa.spec.in: remove python3-pexpect from Requires
Action: opened
PR body:
"""
This PR was opened automatically because PR #5931 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/5941/head:pr5941
git checkout pr5941
URL: https://github.com/freeipa/freeipa/pull/5936
Author: rcritten
Title: #5936: Provide more information in ipa-certupdate on ccache failure
Action: opened
PR body:
"""
ipa-certupdate obtains host credentials to operate. If this
fails with a ccache error this can be confusing if the user
executing it already has admin credentails.
Include the principal being retrieved and the keytab being
used.
This basically intercepts the exception to log additional
information and lets the exception be handled at a higher
level.
https://pagure.io/freeipa/issue/8257
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
I've only reproduced this with contrived use-cases but when I did run into it during development debugging the root cause was difficult so providing this information can be useful. As for test automation, I think it's overkill.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5936/head:pr5936
git checkout pr5936
URL: https://github.com/freeipa/freeipa/pull/5937
Author: tiran
Title: #5937: Fix ldapupdate.get_sub_dict() for missing named user
Action: opened
PR body:
"""
Manual backport of PR #5927
The named user may not be present when ipa-server-dns and bind are not
installed. NAMED_UID and NAMED_GID constants are only used with local
DNS support.
Fixes: https://pagure.io/freeipa/issue/8936
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
Co-authored-by: François Cami <fcami(a)redhat.com>
Reviewed-By: Francois Cami <fcami(a)redhat.com>
Reviewed-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/5937/head:pr5937
git checkout pr5937