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.
Bug 1273700 - Malformed RDN check should happen at begin of IPA installation
Summary: Malformed RDN check should happen at begin of IPA installation
Keywords:
Status: CLOSED DUPLICATE of bug 1278330
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ipa
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: IPA Maintainers
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-21 05:09 UTC by Abhijeet Kasurde
Modified: 2015-11-05 09:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-05 09:55:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ipa-server-install.log (3.86 KB, text/plain)
2015-10-21 05:12 UTC, Abhijeet Kasurde
no flags Details
console.log (1.50 KB, text/plain)
2015-10-21 05:13 UTC, Abhijeet Kasurde
no flags Details

Description Abhijeet Kasurde 2015-10-21 05:09:29 UTC
Description of problem:
IPA installation should check Relative Distinguished Name (RDN) before installation rather than failing after process start

ipa-server-install --setup-dns --forwarder=10.16.36.29  -r TESTRELM.TEST -p Secret123 -a Secret123 --subject=NOSUBJECT -U

<snip>

WARNING: conflicting time&date synchronization service 'chronyd' will be disabled
in favor of ntpd

Warning: skipping DNS resolution of host ipaserver.testrelm.test
The domain name has been determined based on the host name.

Checking DNS forwarders, please wait ...
Using reverse zone(s) 121.65.10.in-addr.arpa.

The IPA Master Server will be configured with:
Hostname:       ipaserver.testrelm.test
IP address(es): 10.65.121.12
Domain name:    testrelm.test
Realm name:     TESTRELM.TEST

BIND DNS server will be configured to serve IPA domain with:
Forwarders:    10.16.36.29
Reverse zone(s):  121.65.10.in-addr.arpa.

Configuring NTP daemon (ntpd)
  [1/4]: stopping ntpd
  [2/4]: writing configuration
  [3/4]: configuring ntpd to start on boot
  [4/4]: starting ntpd
Done configuring NTP daemon (ntpd).
ipa.ipapython.install.cli.install_tool(Server): ERROR    malformed RDN string = "NOSUBJECT"




Version-Release number of selected component (if applicable):
ipa-server-4.2.0-15.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Start fresh installation of IPA server with invalid RDN as subject argument.

Actual results:
Error message after installation process
ipa.ipapython.install.cli.install_tool(Server): ERROR    malformed RDN string = "NOSUBJECT"

Expected results:
Error message before installation starts with informative/warning message to user rather than "malformed RDN string"

Comment 1 Abhijeet Kasurde 2015-10-21 05:12:37 UTC
Created attachment 1084976 [details]
ipa-server-install.log

Comment 2 Abhijeet Kasurde 2015-10-21 05:13:13 UTC
Created attachment 1084977 [details]
console.log

Comment 4 Petr Vobornik 2015-10-22 08:25:14 UTC
Upstream ticket:
https://fedorahosted.org/freeipa/ticket/5392

Comment 6 Petr Vobornik 2015-11-05 09:55:46 UTC

*** This bug has been marked as a duplicate of bug 1278330 ***


Note You need to log in before you can comment on or make changes to this bug.