• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

SSL Connection to OID in the code

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic