LDAP Naming with OpenLDAP and SSL
We are trying to set up naming service on OpenLDAP since we already have a well established OpenLDAP environment and would rather not have OID to maintain. Everything is working great for Oracle clients and JDBC connections as long as we use non SSL port (389), but if we switch to using SSL port (636) it fails. With a tnsping trace it shows that the connection to LDAP is working, but then it fails to find the database entry which is found when using the non SSL port.
Has anyone gotten naming service to work on OpenLDAP using SSL? Any tricks I'm missing?