Fail from gss_acquire_cred if we have no keytab If a caller tries to acquire krb5 acceptor creds with no desired name and we have no keytab keys, fail from gss_acquire_cred instead of deferring until gss_accept_sec_context. https://github.com/krb5/krb5/commit/9421a2652f645bd0beef3e58b4b8fbc18d98f742 Author: Greg Hudson Commit: 9421a2652f645bd0beef3e58b4b8fbc18d98f742 Branch: master src/lib/gssapi/krb5/acquire_cred.c | 8 ++++++++ src/tests/gssapi/t_gssapi.py | 7 +++++++ 2 files changed, 15 insertions(+), 0 deletions(-)