Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 560 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(-)