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 901673 - document how to migrate over SSL
Summary: document how to migrate over SSL
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: doc-Linux_Domain_Identity_Management_Guide
Version: 7.0
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: rc
: ---
Assignee: Aneta Šteflová Petrová
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-18 19:13 UTC by Dmitri Pal
Modified: 2019-03-06 01:20 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-10 12:05:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dmitri Pal 2013-01-18 19:13:16 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/3364

A user reported difficulties in migrating from an SSL-secured server and it took a bit of time to work out the details.

I found a way that works, we should probably put this into the migration docs.

IPA uses the openldap client libraries to connect to the remote LDAP server. It does this within the context of Apache on the IPA server.

You need to provide a location of the CA certificate(s) to the openldap library. There are several options, all of which involve editing /etc/openldap/ldap.conf:

1. Comment out TLS_CACERT and add a new one pointing to the PEM file for the CA of the remote LDAP server
2. Add the remote LDAP CA file to an NSS database and point to that database with TLS_CACERTDIR
3. Add the remote LDAP CA file to a directory and point to that directory with TLS_CACERTDIR

In all cases the httpd service needs to be restarted after making the change.

Comment 1 Dmitri Pal 2013-01-18 19:19:07 UTC
Then you run ipa migrate-ds.

Also you'll want to reverse whatever changes made to ldap.conf after the migration. Mostly just because it isn't really needed any more, and depending on what you change you could cause future weird problems (like not trusting the IPA CA).

Comment 2 Deon Ballard 2013-01-18 22:27:10 UTC
Changing the product to RHEL 7.

Comment 4 Rob Crittenden 2013-01-21 16:06:56 UTC
Recommend putting the remote LDAP CA certificate into /etc/ipa/remote.crt. 

Be sure to run restorecon /etc/ipa/remote.crt. Label should be unconfined_u:object_r:etc_t:s0

Comment 7 Kaleem 2015-02-13 11:45:51 UTC
Verified.


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