7410f73 KRB5: Advise the user to inspect the krb5_child.log if the child doesn't return a valid response

Authored and Committed by jhrozek 6 years ago
    KRB5: Advise the user to inspect the krb5_child.log if the child doesn't return a valid response
    
    If the child returns a runtime error, it is often not clear from the
    domain debug logs what to do next. This patch adds a DEBUG message that
    tells the admin to look into the krb5_child.log
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/2955
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>