Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
"ipa-kra-install" command when run on replica should not ask for replica file when replica server is configured using the same file containing KRA information.
DescriptionNikhil Dehadrai
2016-04-21 12:13:03 UTC
Description of problem:
"ipa-kra-install" command when run on replica should not ask for replica file when replica server is configured using the same file containing KRA information.
Version-Release number of selected component (if applicable):
ipa-server-4.2.0-15.el7_2.15.x86_64
pki-server-10.2.5-6.el7.noarch
pki-kra-10.2.5-6.el7.noarch
How reproducible:
Always
Steps to Reproduce:
1. Setup IPA server with 7.2 up4 (ipa-server-4.2.0-15.el7_2.15.x86_64)
2. Install KRA on IPA server
# ipa-kra-install -p <password> -U
3. Configure Replica for this server.
4. Now try to install KRA on Replica:
# ipa-kra-install -p <password> -U
Actual results:
After step4, notice following message:
Usage: ipa-kra-install [options] [replica_file]
ipa-kra-install: error: A replica file is required.
Expected Result:
Since the Replica file used to configure Replica contains KRA information, it should not again ask for Replica file at the time of executing command "ipa-kra-install".
Additional Information:
When the same Replica file used to configure replica server is used along with "ipa-kra-install", then KRA installation is successful.
With replica promotion, a new feature in FreeIPA 4.3, kra installation on domain level 1 doesn't require replica file. On domain level 0 the behavior is not changed.
http://www.freeipa.org/page/V4/Replica_Promotion
This bug is effectively about domain level 0 - the old method. It is not planned to improve the old method much. Therefore closing the bug.