OpenLDAP ldapsearch connect to OID with SSL? [message #329245] |
Tue, 24 June 2008 12:28 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
pfr1
Messages: 1 Registered: June 2008
|
Junior Member |
|
|
I can connect to LDAPS with the Oracle ldapsearch client, but not with the OpenLdap ldapsearch client. I'm using OID 10.1.4.2. Is there a way to get OpenLdap clients to connect using SSL?
The following works:
Non-SSL With Oracle ldapsearch
$OH/bin/ldapsearch -h HOST -p 3389 -D "cn=orcladmin" -w MYPASSWORD "(objectClass=person)" cn
Non-SSL With OpenLdap ldapsearch
/usr/bin/ldapsearch -x -L -h HOST -p 3389 -b "" -D "cn=orcladmin" -w MYPASSWORD "(objectClass=person)" cn
SSL With Oracle ldapsearch
$OH/bin/ldapsearch -h HOST -p 3636 -U 1 -D "cn=orcladmin" -w MYPASSWORD "(objectClass=person)" cn
The following fails - appearing to hang:
SSL With OpenLdap ldapsearch
/usr/bin/ldapsearch -x -h HOST -p 3636 -b "" -D "cn=orcladmin" -w MYPASSWORD "(objectClass=person)" cn
/usr/bin/ldapsearch -I -h HOST -p 3636 -b "" -D "cn=orcladmin" -w MYPASSWORD "(objectClass=person)" cn
I see the following in logs under $OH/ldap/log/
SSLthread:23 * ERROR * gslsflnNegotiateSSL * SSL Hand Shake failed
|
|
|
|