I bielive ldap_set_option with LDAP_OPT_IO_FN_PTRS can be used to use own SSL I/O
functions. Is that correct!
Rooben Garakanian wrote:
> You are right. Still the same question regardless of which API one uses.
> Thanks.
>
> Mark wrote:
>
> > Be careful using ldapssl_client_init, according to iPlanet's docs it is not
> > thread-safe. They suggest using ldapssl_pkcs_init instead. I'm still trying
> > to figure out how to get that one to work, I have yet to find useful
> > documentation.
> >
> > http://docs.iplanet.com/docs/manuals/dirsdk/csdk41/html/function.htm#25963
> >
> > Mark
> >
> > "Rooben Garakanian" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > I would like to have my client application to connect to LDAP server
> > > using SSL. When using ldapssl_client_init(), ldapssl_init(), etc.
> > > function in my client application, I would like to have my own SSL
> > > library be invoked/used instead of the standard one, both in C and
> > > Java.
> > >
> > > Waht do I need to do/change and where? Is there any instruction as to
> > > how to do this and how to built the new SSL enabled LDAP libs? I cannot
> > > find the souce code with SSL (source code for ldapssl_client_init() and
> > > ldapssl_init() APIs) so I may change it to use my SSL lib. Is there any
> > > licencing issues? Thanks for the help.
> > >