URL: https://github.com/freeipa/freeipa/pull/6146
Author: flo-renaud
Title: #6146: [Backport][ipa-4-9] Remove deprecation warning when installing a CA replica
Action: opened
PR body:
"""
This PR was opened automatically because PR #6122 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/6146/head:pr6146
git checkout pr6146
URL: https://github.com/freeipa/freeipa/pull/6122
Author: jh23453
Title: #6122: Remove deprecation warning when installing a CA replica
Action: opened
PR body:
"""
I got the following message when installing a replica with CA:
2021-11-22T21:15:35Z DEBUG [5/30]: configuring certificate server instance
...
WARNING: The 'pki_ssl_server_token' in [CA] has been deprecated. Use 'pki_sslserver_token' instead.
Installation log: /var/log/pki/pki-ca-spawn.20211122221535.log
Installing CA into /var/lib/pki/pki-tomcat.
With the following change the message no longer appears when installing a replica.
Signed-off-by: Jochen Kellner <jochen(a)jochen.org>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/6122/head:pr6122
git checkout pr6122
URL: https://github.com/freeipa/freeipa/pull/6144
Author: rcritten
Title: #6144: [Backport][ipa-4-9] ipatests: webui: Use YAML SafeLoader
Action: opened
PR body:
"""
This PR was opened automatically because PR #6132 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/6144/head:pr6144
git checkout pr6144
URL: https://github.com/freeipa/freeipa/pull/6132
Author: miskopo
Title: #6132: ipatests: webui: Use YAML loader depending on package version
Action: opened
PR body:
"""
FullLoader class for YAML loader was deprecated in version 5.1 which
also deprecated default loader. Use correct loader based on the pyYAML
package version.
Related: https://pagure.io/freeipa/issue/9009
Signed-off-by: Michal Polovka <mpolovka(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/6132/head:pr6132
git checkout pr6132
URL: https://github.com/freeipa/freeipa/pull/6143
Author: rcritten
Title: #6143: [Backport][ipa-4-9] Config plugin: return EmptyModlist when no change is applied
Action: opened
PR body:
"""
This PR was opened automatically because PR #6126 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/6143/head:pr6143
git checkout pr6143
URL: https://github.com/freeipa/freeipa/pull/6142
Author: rcritten
Title: #6142: [Backport][ipa-4-9] automember default group: remove --desc parameter
Action: opened
PR body:
"""
This PR was opened automatically because PR #6129 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/6142/head:pr6142
git checkout pr6142
URL: https://github.com/freeipa/freeipa/pull/6126
Author: flo-renaud
Title: #6126: Bz2031825
Action: opened
PR body:
"""
### Config plugin: return EmptyModlist when no change is applied
When ipa config-mod is called with the option --enable-sid,
the code needs to trap EmptyModlist exception (it is expected
that no LDAP attribute is modified by this operation).
The code had a flaw and was checking:
'enable_sid' in options
instead of
options['enable_sid']
"'enable_sid' in options" always returns true as this option
is a Flag with a default value, hence always present even if
not specified on the command line.
Fixes: https://pagure.io/freeipa/issue/9063
### config plugin: add a test ensuring EmptyModlist is returned
Add a test to test_config_plugin, that calls ipa config-mod
with the same value as already present in LDAP.
The call must return EmptyModlist.
Related: https://pagure.io/freeipa/issue/9063
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/6126/head:pr6126
git checkout pr6126
URL: https://github.com/freeipa/freeipa/pull/6129
Author: flo-renaud
Title: #6129: automember default group: remove --desc parameter
Action: opened
PR body:
"""
The automember-default-group commands inherit from
the automember commands but should not provide the
--desc parameter.
Remove 'description' from the list of parameters.
Fixes: https://pagure.io/freeipa/issue/9068
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/6129/head:pr6129
git checkout pr6129