185ca8f Install tools crash when password prompt is interrupted

Authored and Committed by mkosek 12 years ago
    Install tools crash when password prompt is interrupted
    
    When getpass.getpass() function is interrupted via CTRL+D, EOFError
    exception is thrown. Most of the install tools are not prepared for
    this event and crash with this exception. Make sure that it is
    handled properly and nice error message is printed.
    
    https://fedorahosted.org/freeipa/ticket/1916
    
        
file modified
+2 -0
file modified
+2 -0