|
Those errors come from GSSAPI/Kerberos APIs, they are not originated
directly by our clients or servers. This was is very unspecific, but we print the best info we have.
Perhaps, the client is not running in kerberos env (there was no kinit or something like that). The best tool you can use is the environment variable KRB5_TRACE as described in
https://web.mit.edu/kerberos/krb5-latest/doc/admin/troubleshoot.html. You can use it in the client, or if you want, in the server. Set it so you can see more output.
|