Hi,
I use LDAP APIs to connect to OID. examples are here:
http://download.oracle.com/docs/cd/E12524_01/web.1013/e12514/userrole.htm The connection is established using:
idStore=initializeOID("ldap://192.9.......:389","cn=orcladmin,cn=Users,dc=pooyaco,dc=com","mypass","dc=myrealm,dc=com");
When I create a user, and when I need to communicate a password, I would like the connection to be secure. How can establish an SSL connection in this scheme?
Regards
Farbod