end of key table reached error

Greg Hudson ghudson at mit.edu
Thu Oct 29 18:40:27 EDT 2015


On 10/29/2015 04:14 PM, vishal wrote:
> GSS-API error calling gss_accept_sec_context: -1765328202 (End of key
> table reached)

You shouldn't see this message unless there is a bug, and I can't find
anything to indicate that someone has run into a bug like this.  What
implementation of Kerberos are you using, and what version?

("End of key table reached" is the error message for KRB5_KT_END, which
is the error code generated at the end of keytab iteration.  Code which
iterates over keytabs generally expects to see this error and handles it
without returning it to the caller.)


More information about the Kerberos mailing list