5bf2314b9f64099cd4e88b8f3498d986d97e1ac6 |
|
15-Aug-2011 |
Jakub Hrozek <jhrozek@redhat.com> |
Handle timeout during sss_ldap_init_send
In some cases, where there would be no response from the LDAP server,
there would be no R/W events on the LDAP fd, so
sdap_async_sys_connect_done would never be called.
This patch adds a tevent timer that cancels the connection after
SDAP_NETWORK_TIMEOUT seconds. |