Hi I'm using the nsldapssl32v50.lib to connect to a Novell edirectory LDAP server using SSL port 636 I run
ldapssl_client_init( certDBPath, NULL ) 

&
ldapssl_init( (char *)(const char *)m_strHost, m_nPort, 1 )

They return fine and my server certificate is in my cert7.db file. When I try to run :

if( nReturn = ldap_simple_bind_s( m_ld, (char *)(const char *)m_strUser, (char *)(const char *)m_strPassword) != LDAP_SUCCESS )

It just hangs forever. What the heck am I doing wrong here.......Help! Anyone? Anyone?

BTW I'm running Visual c++ service pack 6 on windows 2003 server

thx!

-Mike
_______________________________________________
mozilla-directory mailing list
mozilla-directory@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to