Bug 652954
Summary: | Installation on fedora14 is a bit iffy, with ipa-server-install | ||
---|---|---|---|
Product: | [Retired] freeIPA | Reporter: | Alexander Rydekull <rydekull> |
Component: | ipa-server | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED UPSTREAM | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 1.2 | CC: | benl, dpal, jgalipea, jvillain |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ipa-1.2.2-5.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-03-28 09:38:39 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
Alexander Rydekull
2010-11-13 19:21:15 UTC
The following got me through the install with ipa-server-1.2.2-4.fc14.x86_64 In the directory /usr/lib/python2.7/site-packages/ipaserver The following two files and commands need to be corrected to change /usr/kerberos/sbin to /usr/sbin installutils.py: ipautil.run(["/usr/kerberos/sbin/kadmin.local", "-q", command]) krbinstance.py: args = ["/usr/kerberos/sbin/kdb5_ldap_util", "-D", "uid=kdc,cn=sysaccounts,cn=etc,"+self.suffix, "-w", self.kdc_password, "create", "-s", "-P", self.master_password, "-r", self.realm, "-subtrees", self.suffix, "-sscope", "sub"] This is a partial duplicate, see bug https://bugzilla.redhat.com/show_bug.cgi?id=650725 I'll take a look at the dependencies issue. Added dependency on mozldap-tools to ipa-server. I'm guessing this is because 389-ds-base is using openldap-client tools now. |