<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.6.5">
</head>
<body>
I am still having issues trying to get a RHEL 5.9 client to join a RHEL 6.4 IdM domain.<br>
<br>
All packages on both systems updated.<br>
<br>
First problem is this:<br>
<br>
ipa-client-install --server lnxrealmtest01.liberty.edu --domain lnxrealmtest.liberty.edu --enable-dns-updates<br>
<br>
Which fails with:<br>
<br>
root        : ERROR    Cannot obtain CA certificate<br>
'ldap://lnxrealmtest01.liberty.edu' doesn't have a certificate.<br>
Installation failed. Rolling back changes.<br>
IPA client is not configured on this system.<br>
<br>
All of the appropriate ports are open on the IdM server, and I verified this by telnetting to all of them.<br>
<br>
I worked around this by running this:<br>
<br>
wget -O /etc/ipa/ca.crt <a href="http://lnxrealmtest01.liberty.edu/ipa/config/ca.crt">
http://lnxrealmtest01.liberty.edu/ipa/config/ca.crt</a><br>
<br>
Then ran:<br>
<br>
ipa-client-install --server lnxrealmtest01.lnxrealmtest.liberty.edu --domain lnxrealmtest.liberty.edu --enable-dns-updates --no-ntp --ca-cert-file=/etc/ipa/ca.crt<br>
<br>
And I was having better results, so apparently the RHEL 5.9 ipa-client-install does not want to download my cert.<br>
<br>
<br>
On to the next problem:<br>
<br>
<br>
User authorized to enroll computers: admin<br>
Synchronizing time with KDC...<br>
Password for <a href="mailto:admin@LNXREALMTEST.LIBERTY.EDU">admin@LNXREALMTEST.LIBERTY.EDU</a>:
<br>
<br>
Joining realm failed: SASL Bind failed Local error (-2) !<br>
child exited with 9<br>
Installation failed. Rolling back changes.<br>
<br>
<br>
It is the same user that I use to login to the web interface, and I am 100% positive that I am not entering the password incorrectly.  So why else would the admin user not be able to bind to my IdM setup?<br>
<br>
-Kenny
</body>
</html>