80aeb44 Timeout when performing time sync during client install

3 files Authored by nkinder 9 years ago, Committed by mkosek 9 years ago,
    Timeout when performing time sync during client install
    
    We use ntpd now to sync time before fetching a TGT during client
    install.  Unfortuantely, ntpd will hang forever if it is unable to
    reach the NTP server.
    
    This patch adds the ability for commands run via ipautil.run() to
    have an optional timeout.  This capability is used by the NTP sync
    code that is run during ipa-client-install.
    
    Ticket: https://fedorahosted.org/freeipa/ticket/4842
    Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
    
        
file modified
+1 -0
file modified
+11 -1