If you are using Windows, you could also use Microsoft's native LDAP library which is easy to compile and work with VC 6 very well.
Hung -----Original Message----- From: Mark Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 1:56 PM To: [EMAIL PROTECTED]; Pravin Joshi Subject: Re: steps reqd for compilation Pravin Joshi wrote: > Finally im able to download and generate the tree for csdk under windows. > Now please show me step by step instructions where i can develope project > (dll) which will authenticate the user using ssl. I am not sure what kind of instructions you need. Write a DLL that depends on the LDAP DLLs and build it using your favorite compiler. To authenticate using LDAP over SSL, you will need to use the ldapssl_init() calls (see the ldap_ssl.h header file). Some documentation on using the LDAP libraries is available here: http://docs.sun.com/source/816-5616-10/index.html -- Mark Smith Netscape Directory Product Development My words are my own, not my employer's.
