HO,ELWIN , HP-Cupertino,ex1
unread,May 11, 2001, 6:36:47 PM5/11/01You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Michael Hein, mozilla-...@mozilla.org
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 ( ldapssl_client_init(path, NULL) != 0)
return "Could not initialize SSL client";
else
return NULL;
-------------
It always return failed.
I use the same code for SDK 4.x without any problem.
Thanks
Elwin