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/5849 Author: rcritten Title: #5849: [Backport][ipa-4-9] Convert repl plugin name to single-value string on upgrades Action: closed
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
freeipa-devel@lists.fedorahosted.org