Home » RDBMS Server » Networking and Gateways » OpenLDAP ldapsearch connect to OID with SSL? (OID 10.1.4.2 / OpenLDAP 2.3.27)
OpenLDAP ldapsearch connect to OID with SSL? [message #329245] Tue, 24 June 2008 12:28 Go to next message
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
Re: OpenLDAP ldapsearch connect to OID with SSL? [message #329249 is a reply to message #329245] Tue, 24 June 2008 12:52 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
http://www.dbforums.com/showthread.php?t=1631579

http://www.orafaq.com/forum/t/88153/0/
Please read & follow posting guidelines as stated in URL above
Previous Topic: heterogeneous link from oracle XE to firebird
Next Topic: Using SQL Server resultset in Oracle procedure
Goto Forum:
  


Current Time: Sat Apr 20 01:02:28 CDT 2024