• Magnus Hagander's avatar
    Fix timeout in LDAP lookup of libpq connection parameters · 585bca39
    Magnus Hagander authored
    Bind attempts to an LDAP server should time out after two seconds,
    allowing additional lines in the service control file to be parsed
    (which provide a fall back to a secondary LDAP server or default options).
    The existing code failed to enforce that timeout during TCP connect,
    resulting in a hang far longer than two seconds if the LDAP server
    does not respond.
    
    Laurenz Albe
    585bca39
fe-connect.c 140 KB