aa5e100 Fix timeouts for DNS resolver

Authored and Committed by sgallagh 13 years ago
    Fix timeouts for DNS resolver
    
    options.tries specifies the number of retries. Setting this to
    zero means to try exactly once. Previously we were always trying
    twice (internally). We want to simply honor the SSSD configuration
    and fail over to the next server (or go offline) after one try.
    
        
file modified
+1 -1