Thanks for the info.
Would you please tell where do I get the nsldap*.lib file? The downloads only
have nsldap*.dll. Do I need to build it myself? In addition, I have not been
able to locate the code for libsslap! Can be more specific as to where it is.
Thank you for the help.
Michael Hein wrote:
> Take a look at http://www.mozilla.org/directory for how to check out the
> source code for the LDAP C SDK. You would probably be most interested in
> how the libssldap and libprldap is implemented.
>
> Michael
>
> Rooben Garakanian wrote:
>
> > 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.