Bug 707001
| Summary: | Illegal CL input results in NULL csr when requesting external ca. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Erinn Looney-Triggs <erinn.looneytriggs> |
| Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | CC: | benl, dpal, grajaiya, jgalipea |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-2.1.0-1.el6 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: When installing IPA to be signed by an external CA the command-line options were not validated properly.
Consequence: The resulting CSR would contain only the string "null".
Fix: Add better detection of whether the CA 389-ds instance has been installed to identify which stage of the installation we are in.
Result: Passing incorrect installation options will not result in an invalid CSR.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-06 18:22:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Erinn Looney-Triggs
2011-05-23 17:38:12 UTC
master: 9f72637b13c2001d1c7e8842f75347f9af74190e ipa-2-0: e66aa074de3209f3c5dd4fdf2738bab893012dd5
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Cause: When installing IPA to be signed by an external CA the command-line options were not validated properly.
Consequence: The resulting CSR would contain only the string "null".
Fix: Add better detection of whether the CA 389-ds instance has been installed to identify which stage of the installation we are in.
Result: Passing incorrect installation options will not result in an invalid CSR.
[root@sideswipe ~]# ipa-server-install --external-ca --external_cert_file=/root/ipa.crt --external_ca_file=/etc/pki/tls/certs/Foo-CA.crt Usage: ipa-server-install [options] ipa-server-install: error: You cannot specify --external_cert_file together with --external-ca [root@sideswipe ~]# [root@sideswipe ~]# ipa-server-install --external-ca --external_ca_file=/etc/pki/tls/certs/Foo-CA.crt Usage: ipa-server-install [options] ipa-server-install: error: You cannot specify --external_ca_file together with --external-ca [root@sideswipe ~]# [root@sideswipe ~]# rpm -qi ipa-server | head Name : ipa-server Relocations: (not relocatable) Version : 2.1.3 Vendor: Red Hat, Inc. Release : 8.el6 Build Date: Wed 02 Nov 2011 03:21:27 AM IST Install Date: Thu 03 Nov 2011 04:36:14 PM IST Build Host: x86-012.build.bos.redhat.com Group : System Environment/Base Source RPM: ipa-2.1.3-8.el6.src.rpm Size : 3381421 License: GPLv3+ Signature : (none) Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://www.freeipa.org/ Summary : The IPA authentication server [root@sideswipe ~]# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2011-1533.html |