URL: https://github.com/freeipa/freeipa/pull/1700
Author: ipilcher
Title: #1700: Allow issuing certificates with IP addresses in subjectAltName
Action: opened
PR body:
"""
Allow issuing certificates with IP addresses in the subject
alternative name (SAN), if all of the following are true.
* One of the DNS names in the SAN resolves to the IP address
(possibly through a CNAME).
* All of the DNS entries in the resolution chain are managed by
this IPA instance.
* The IP address has a (correct) reverse DNS entry that is managed
by this IPA instance
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1700/head:pr1700
git checkout pr1700
URL: https://github.com/freeipa/freeipa/pull/1421
Author: amitkumar50
Title: #1421: Modifying --subject field in 'ipa help cert_find'
Action: opened
PR body:
"""
ipa cert_find command has an option called --subject.
The option is documented as --subject=STR Subject.
It is expected that a --subject option searches by X.509 subject field but it does not do so.
It searches for CN not cert subject. Hence changing content of --subject help option.
Resolves: https://pagure.io/freeipa/issue/7322
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1421/head:pr1421
git checkout pr1421
URL: https://github.com/freeipa/freeipa/pull/1515
Author: mrizwan93
Title: #1515: Test to check second replica installation after master restore
Action: opened
PR body:
"""
When master is restored from backup and replica1 is re-initialize,
second replica installation was failing. The issue was with ipa-backup
tool which was not backing up the /etc/ipa/custodia/custodia.conf and
/etc/ipa/custodia/server.keys.
related ticket: https://pagure.io/freeipa/issue/7247
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/1515/head:pr1515
git checkout pr1515
URL: https://github.com/freeipa/freeipa/pull/1607
Author: tiran
Title: #1607: Use sane default settings for ldap connections
Action: opened
PR body:
"""
LDAP connections no longer depend on sane settings in global ldap.conf
and use good default settings for cert validation, CA, and SASL canonization.
https://pagure.io/freeipa/issue/7418
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1607/head:pr1607
git checkout pr1607
URL: https://github.com/freeipa/freeipa/pull/1876
Author: rcritten
Title: #1876: Require mod_nss 1.0.14-7 to fix reverse proxy in mod_nss
Action: opened
PR body:
"""
Apache 2.4.33 changed the proxy API which broke the interop
between mod_ssl and mod_nss and prevented mod_nss from being
able to do reverse proxy to SSL sites.
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/1876/head:pr1876
git checkout pr1876
URL: https://github.com/freeipa/freeipa/pull/1733
Author: edward-of-clt
Title: #1733: Corrected the size of the user profile-menu in the utility navbar.
Action: opened
PR body:
"""
Rather minor, but it has bothered me since day of using IPA. Pushing upstream.
Before:

After:

"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1733/head:pr1733
git checkout pr1733
URL: https://github.com/freeipa/freeipa/pull/1889
Author: rcritten
Title: #1889: Return unique error when automount is already or not configured
Action: opened
PR body:
"""
Use identical return codes as ipa-client-install when uninstalling
ipa-client-automount and it is not configured, or when calling
it again to return that is ias already configured.
https://pagure.io/freeipa/issue/7396
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/1889/head:pr1889
git checkout pr1889