Re: Announcement: LDAP C SDK /w NSS 3.2 support on Mozilla

2001-03-31 Thread Michael Hein
Gervase Markham wrote: > > The 5.0 version of the LDAP C SDK with NSS 3.2/NSPR 4.1 support is now > > Cool :-) While you are here, what's the current status of PerLDAP and the > Java SDK? Do you have any specific question? If so, you are probably better off sending notes directly to miodrag an

Netscape Directory SDK for C (5.x)

2001-04-24 Thread Michael Hein
If you do not wish your contributions to be included in GPL versions, we would appreciate your letting us know so that we can remove your contributions before we make code available under the GPL. Thanks for your help. Sincerely, Michael Hein, Software Engineer, iPlanet A Sun | Netscape Alliance

Re: LDAP SDK name conflict with Openssl

2001-05-02 Thread Michael Hein
"HO,ELWIN , HP-Cupertino,ex1" wrote: > Hi, > > I have a project about authenticate user to access web resource by using > Apache web server and aut_ldap. > > I build the LDAP Apache module(auth_ldap) with Netscape LDAP SDK 4.1. (Our > Apache built with OpenSSL 0.96a) There aren't problems to bui

Re: LDAP SDK name conflict with Openssl

2001-05-03 Thread Michael Hein
le (with some luck) to compile it. It depends on NSS and NSPR ofcourse..but all of the source is there so you should be able to make it do what you want. Michael > > > Thanks > Elwin > > -Original Message- > From: Michael Hein [mailto:[EMAIL PROTECTED]] > Sent:

Re: Netscape Directory SDK for C 4.14 unresolved symbol

2001-05-07 Thread Michael Hein
I just checked the bits that I just pushed last week. It would appear that the wrong bits have landed up on the download site. I will push the new bits as soon as possible. Elwin, I have sent you an email with the correct bits attached. Michael "HO,ELWIN , HP-Cupertino,ex1" wrote: > Hi > I d

Re: SDK 5.0 failed

2001-05-12 Thread Michael Hein
Is the certificate part of your path? If so, try to take it out. Michael "HO,ELWIN , HP-Cupertino,ex1" wrote: > Hi > Anyone use "iPlanet Directory SDK for C 5.0 HP-UX 11.0 optimize" before. > I tried this lib for SSL connection. > The code is like this. (From auth_ldap) > -- >if (

Re: Does anyone have perldap working with 5.0 SDK?

2001-06-24 Thread Michael Hein
You will need to link in with the additional LDAP C SDK libraries needed by perLdap as below as the LDAP C SDK is now based on dynamic libraries.  I was able to compile/run on Solaris after I made the change below. Michael       data 195% perl5 Makefile.PL     PerLDAP - Perl 5 Module for LDAP    

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

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: linking error in ldap client(c++)

2001-07-18 Thread Michael Hein
Probably not a good idea to link against the *bc.* library and it has now been dropped in the later versions. It is only there for Borland compatibility. You should not need to link against it at all. Michael ldap wrote: > i am using w2k platform and writing a ldap client in c++ using Microsof