Bug 970201

Summary: ipa-server-install fails with unknown parameter "Manager"
Product: Red Hat Enterprise Linux 6 Reporter: Lukas Bezdicka <social>
Component: ipaAssignee: Rob Crittenden <rcritten>
Status: CLOSED NOTABUG QA Contact: Namita Soman <nsoman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4CC: mkosek
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-03 17:18:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lukas Bezdicka 2013-06-03 16:48:31 UTC
Description of problem:
Ipa server installation seems to fail with error unknown parameter "Manager"

Version-Release number of selected component (if applicable):
ipa-server-3.0.0-25.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. ipa-server-install -r INT.NA.GETGDTA.COM -n int.na.getgooddata.com -p aaasssddd -a aaasssddd --hostname=ipanema.int.na.getgooddata.com --setup-dns
2. fail on unknown parameter "Manager"

Actual results:
unknown parameter "Manager"

Expected results:
installed ipa server

Additional info:
This seems to fix the issue:

--- cainstance.py.old   2013-06-03 18:23:30.831334617 +0200
+++ /usr/lib/python2.6/site-packages/ipaserver/install/cainstance.py    2013-06-03 18:23:39.560331854 +0200
@@ -806,7 +806,7 @@
                    "-agent_cert_subject", str(DN(('CN', 'ipa-ca-agent'), self.subject_base)),
                    "-ldap_host", self.fqdn,
                    "-ldap_port", str(self.ds_port),
-                    "-bind_dn", "cn=Directory Manager",
+                    "-bind_dn", "cn=Directory\ Manager",
                    "-bind_password", self.dm_password,
                    "-base_dn", str(self.basedn),
                    "-db_name", "ipaca",

Comment 1 Lukas Bezdicka 2013-06-03 17:16:58 UTC
Invalid... System on which I was testing this had different versions and packages from our koji. Works fine on pure Scientific Linux and I guess so also on RHEL.