[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldap_result returns 0 before exceeding timeout



At 02:56 AM 3/24/2005, xin@autograf.pl wrote:
>I'm only changing timeout value and with 500ms it doesn't work while with 1100 ms it works. Maybe there is problem with two ways of specifying timeouts? Im setting LDAP_OPT_NETWORK_TIMEOUT and Im also using timeout parameter in ldap_result functions. Just before this modify operation Im also doing ldap_search (with following ldap_result with also timeout set).

The value of LDAP_OPT_NETWORK_TIMEOUT is irrelevant to this
behavior, the expected behavior, of ldap_result().

Kurt