URL: https://github.com/freeipa/freeipa/pull/1971
Author: rcritten
Title: #1971: Disable Schema Compat plugin during server upgrade
Action: opened
PR body:
"""
If this is enabled it can cause a deadlock with SSSD trying
to look up entries and it trying to get data on AD users
from SSSD.
When reading the entry from LDIF try to get the camel-case
nsslapd-pluginEnabled and fall back to the all lower-case
nsslapd-pluginenabled if that is not found. It would be nice
if the fetch function was case sensitive but this is likely
overkill as it is, but better safe than blowing up.
Upon restoring it will always write the camel-case version.
https://pagure.io/freeipa/issue/6721
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/1971/head:pr1971
git checkout pr1971
URL: https://github.com/freeipa/freeipa/pull/1951
Author: amitkumar50
Title: #1951: Cosmetic changes for ipa pwpolicy command
Action: opened
PR body:
"""
If you try to change the value of the password policy to the
same value as it already has then you will get an error:
ipa: ERROR: no modifications to be performed.
PR changes this error message to:
ipa: ERROR: Stored value is same as provided
https://pagure.io/freeipa/issue/362
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1951/head:pr1951
git checkout pr1951
URL: https://github.com/freeipa/freeipa/pull/1931
Author: abbra
Title: #1931: Install shared templates for client setup too
Action: opened
PR body:
"""
This patchset updates a spec file and our Make files to allow installing shared templates for the client build as well. So far we only have a single template for krb5.conf.d (freeipa.template) but there might be potentially more coming in.
This is a proper solution -- in Fedora 28/29 builds downstream I'm copying the files manually to avoid re-spinning a tarball with 4.7.0rc2. We still need to filter out client side templates from the server side in the spec file, so there is not a single place to define all files, unfortunately, but that's good enough for now as we have only a single file used by the client side.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1931/head:pr1931
git checkout pr1931
URL: https://github.com/freeipa/freeipa/pull/1953
Author: tiran
Title: #1953: Move client templates to separate directory
Action: opened
PR body:
"""
PR https://github.com/freeipa/freeipa/pull/1747 added the first template
for FreeIPA client package. The template file was added to server
templates, which broke client-only builds.
The template is now part of a new subdirectory for client package shared
data.
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/1953/head:pr1953
git checkout pr1953
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/1915
Author: rcritten
Title: #1915: Revoke existing certificate when a new one is issued by IPA CA
Action: opened
PR body:
"""
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1915/head:pr1915
git checkout pr1915