Xu, Qiang (FXSGSC) wrote:
Then, in what case, do you think the timeout parameter in ldap_result() will take effect, in conjunction with the async ldap_simple_bind()?
when you already sent your request to the server [ldap_simple_bind()] and polling for LDAP server response with ldap_result(). the timeout you specify in ldap_result() does not affect request API calls in any way, it only applies to response processing ie ldap_result() itself. _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
