3e6b8ce Handle timeout during sss_ldap_init_send

3 files Authored by jhrozek 12 years ago, Committed by sgallagh 12 years ago,
    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.
    
        
file modified
+35 -1
file modified
+1 -1