I'm using the C/C++ OpenLDAP client library. I specified a NETWORK_TIMEOUT and TIMEOUT of 3 seconds in my openldap.cfg. However, when the OpenLDAP client library issues SSL_connect, it hangs indefinitely and the client application does not see a timeout. Is there a way to timeout the SSL_connect to say 3 seconds? What am i missing as far as timing out the connection?
Asked
Active
Viewed 40 times