Re: returning krb5_rd_req error code to clients

2015-06-13 Thread Greg Hudson
On 06/13/2015 07:38 AM, Chris Hecker wrote: > Is it a problem to return the krb5_rd_req error code on failed authn to > clients? Is that revealing information it shouldn't and I should just > return success or failure? Or filter it down to a few safe ones, like > clock skew, etc? The error co

returning krb5_rd_req error code to clients

2015-06-13 Thread Chris Hecker
Is it a problem to return the krb5_rd_req error code on failed authn to clients? Is that revealing information it shouldn't and I should just return success or failure? Or filter it down to a few safe ones, like clock skew, etc? Chris Kerbero