URL: https://github.com/freeipa/freeipa/pull/5782
Author: miztake
Title: #5782: Remove -s option from ipa-ldap-updater usage
Action: opened
PR body:
"""
The -s option no longer exists, so remove it from the command usage.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5782/head:pr5782
git checkout pr5782
URL: https://github.com/freeipa/freeipa/pull/5783
Author: miztake
Title: #5783: Add argument for --entry option in ipa-managed-entries.1
Action: opened
PR body:
"""
There are no arguments in the --entry option,
but DN for the managed entry definition must actually be specified.
Therefore, add MANAGED_ENTRY as an argument.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5783/head:pr5783
git checkout pr5783
URL: https://github.com/freeipa/freeipa/pull/5781
Author: flo-renaud
Title: #5781: [Backport][ipa-4-9] Add argument for --schema-file option in ipa-ldap-updater.1
Action: opened
PR body:
"""
This PR was opened automatically because PR #5779 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/5781/head:pr5781
git checkout pr5781
URL: https://github.com/freeipa/freeipa/pull/5779
Author: miztake
Title: #5779: Add argument for --schema-file option in ipa-ldap-updater.1
Action: opened
PR body:
"""
There are no arguments in the --schema-file option,
but the Schema file in LDIF format must actually be specified.
Therefore, add FILE.ldif as an argument.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5779/head:pr5779
git checkout pr5779
URL: https://github.com/freeipa/freeipa/pull/5778
Author: flo-renaud
Title: #5778: [Backport][ipa-4-9] Add ACME profile on replica install in non-ACME environment
Action: opened
PR body:
"""
This PR was opened automatically because PR #5605 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/5778/head:pr5778
git checkout pr5778
URL: https://github.com/freeipa/freeipa/pull/5777
Author: flo-renaud
Title: #5777: [Backport][ipa-4-9] Add arguments to the description of OPTIONS in ipa-winsync-migrate.1
Action: opened
PR body:
"""
This PR was opened automatically because PR #5773 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/5777/head:pr5777
git checkout pr5777
URL: https://github.com/freeipa/freeipa/pull/5776
Author: flo-renaud
Title: #5776: [Backport][ipa-4-9] Fix the option to match in the ipa-client-automount usage and man-page
Action: opened
PR body:
"""
This PR was opened automatically because PR #5770 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/5776/head:pr5776
git checkout pr5776
URL: https://github.com/freeipa/freeipa/pull/5775
Author: flo-renaud
Title: #5775: [Backport][ipa-4-9] Add -d option to match in the ipa-client-samba usage and man-page
Action: opened
PR body:
"""
This PR was opened automatically because PR #5771 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/5775/head:pr5775
git checkout pr5775
URL: https://github.com/freeipa/freeipa/pull/5774
Author: flo-renaud
Title: #5774: [Backport][ipa-4-9] man: fix typos in ipa-epn.1
Action: opened
PR body:
"""
This PR was opened automatically because PR #5772 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/5774/head:pr5774
git checkout pr5774
URL: https://github.com/freeipa/freeipa/pull/5605
Author: rcritten
Title: #5605: Add ACME profile on replica install in non-ACME environment
Action: opened
PR body:
"""
Always import the default certificate profiles
The default certificate profiles were not imported for
in a promoted client installation.
This could lead to missing profiles, as was seen in the ACME
case, while upgrading from older versions.
The sequence was:
1. Install a non-ACME IPA server
2. Install an ipa client
3. On the client promote to a server with a build that supports
ACME.
The resulting installation is missing the acmeIPAServerCert
profile because it is provided in INCLUDED_PROFILES which isn't
loaded during promotions.
There is already handling to handle issues if the profile already
exists so it is safe to call this on every installation.
https://pagure.io/freeipa/issue/8738
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5605/head:pr5605
git checkout pr5605