Re: Using my own SSL lib with LDAP

2001-07-08 Thread Michael Hein
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 ser

Re: LDAP SDK ldapssl_pkcs_init

2001-07-08 Thread Michael Hein
Mark, The regular ldapssl_init() functions are indeed thread safe. The earlier recommendation of using the *pkcs* functions instead of the ldapssl* functions has never been true. When we update our documentation last time, we accidentially carried the warning forward. We do not recommend using