54189e0 KRB5: Handle preauth request timeout more gracefully

Authored and Committed by jhrozek 8 years ago
    KRB5: Handle preauth request timeout more gracefully
    
    The error itself doesn't matter that much, because pam_sss.so handles
    all preauth errors gracefully already, but the issue triggered a loud
    and confusing debug message in the logs.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>