URL: https://github.com/freeipa/freeipa/pull/1353
Author: tiran
Title: #1353: Add script to regenerate Custodia keys and config
Action: opened
PR body:
"""
/usr/libexec/ipa/ipa-custodia-regen can be used to recover from broken
ipa-custodia keys and configuration. It removes existing config and
server key files, regenerates new files and uploads the new public keys
to LDAP.
https://pagure.io/freeipa/issue/6893
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/1353/head:pr1353
git checkout pr1353
URL: https://github.com/freeipa/freeipa/pull/1427
Author: justin-stephenson
Title: #1427: Skip zone overlap check with auto-reverse
Action: opened
PR body:
"""
Skip the existing reverse zone overlap check during DNS installation
when both `--auto-reverse` and `--allow-zone-overlap` arguments are
provided together.
https://pagure.io/freeipa/issue/7239
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1427/head:pr1427
git checkout pr1427
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/920
Author: tduehr
Title: #920: fix ods-ksmutil for 2.0.x
Action: opened
PR body:
"""
It became ods-enforcer and its behavior changed.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/920/head:pr920
git checkout pr920
URL: https://github.com/freeipa/freeipa/pull/1378
Author: ndehadrai
Title: #1378: test_server_del: Added automation for bugzilla bz1506188.
Action: opened
PR body:
"""
Patch1:
1) Added automation for verification steps for bz1506188.
2) The code setusp up IPA-Master/ Replica and then checks for
deletion of Replica using 'ipa server-del' command.
3) It also checks for verification of 'ipa dnsserver-find' command
output once the replica server details are removed.
Patch2:
1) Removed unsed assert statement inside code.
2) Realigned code for doc-string information within
80 character limit length.
Signed-off-by: Nikhil Dehadrai <ndehadra(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1378/head:pr1378
git checkout pr1378
URL: https://github.com/freeipa/freeipa/pull/1430
Author: pilou-
Title: #1430: Avoid to use non existent attributes
Action: opened
PR body:
"""
Closes: https://pagure.io/freeipa/issue/7345
2nd commit: about `path` used by `ServerInfo._read` and `ServerInfo._write`, I am not sure what value could be used here (with this patch both methods do nothing). Should the domain be used there (for example: `~/.cache/ipa/servers/ipa.test`) or network location extracted from `ipalib.request.context.request_url` ?
Related: 3f6411a49c49da7013341ff8feae3a63e75e0fbf.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1430/head:pr1430
git checkout pr1430
URL: https://github.com/freeipa/freeipa/pull/1460
Author: mrizwan93
Title: #1460: test to check if recommended replication agreement exceeds
Action: opened
PR body:
"""
Maximum recommended number of agreements per replica is 4.
This test checks if number of agreement exceeds the recommendation,
warning should be given to the user
related ticket : https://pagure.io/freeipa/issue/6533
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1460/head:pr1460
git checkout pr1460
URL: https://github.com/freeipa/freeipa/pull/1470
Author: amitkumar50
Title: #1470: RFE: ipa client should setup openldap for GSSAPI
Action: opened
PR body:
"""
The IPA client installer currently edits /etc/openldap/ldap.conf, setting up
the client to consume LDAP data from IPA. It currently sets:
>URI
>BASE
>TLS_CACERT
This PR makes ipa-client to add these two AV pair:
>SASL_MECH GSSAPI
>TLS_REQCERT demand
Resolves: https://pagure.io/freeipa/issue/7366
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1470/head:pr1470
git checkout pr1470