Bug 696282
Summary: | Preinstall check needed if subject is not specified in required format | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Namita Soman <nsoman> | ||||
Component: | ipa | Assignee: | Rob Crittenden <rcritten> | ||||
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.1 | CC: | benl, dpal, jgalipea, syeghiay | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ipa-2.1.0-1.el6 | Doc Type: | Bug Fix | ||||
Doc Text: |
Cause: If a user provides their own certificate subject base and the format is incorrect installation will fail.
Consequence: The installation will fail in the CA step with a non-descriptive error.
Fix: Validate that the subject base is in the correct format.
Result: If an incorrect subject base is provided the user will be warned before installation begins.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-12-06 18:21:40 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: | |||||||
Attachments: |
|
Description
Namita Soman
2011-04-13 18:37:52 UTC
Created attachment 491850 [details]
ipaserver-install.log
master: 038089a0c9160221d17796b8d6fd6e4f1fb67850 ipa-2-0: e6060eac6cb76b10b8cee896448bb3b28b7725de 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: If a user provides their own certificate subject base and the format is incorrect installation will fail. Consequence: The installation will fail in the CA step with a non-descriptive error. Fix: Validate that the subject base is in the correct format. Result: If an incorrect subject base is provided the user will be warned before installation begins. verified using ipa-server-2.1.3-4.el6.x86_64 validation is done, and installation fails # ipa-server-install --setup-dns --forwarder=10.14.63.12 --subject="NAMITA" -r TESTRELM -p Secret123 -P Secret123 -a Secret123 Usage: ipa-server-install [options] ipa-server-install: error: Invalid subject base format: malformed RDN string = "NAMITA" 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 |