[krbdev.mit.edu #7639] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Tue May 21 11:10:08 EDT 2013
Fix transited handling for GSSAPI acceptors
The Acceptor Names project (#6855) extended krb5_rd_req so that it can
accept a "matching principal" in the server parameter. If the
matching principal has an empty realm, rd_req_decoded_opt attempted to
do transited checking with an empty server realm.
To fix this, always reset server to req->ticket->server for future
processing steps if we decrypt the ticket using a keytab.
decrypt_ticket replaces req->ticket->server with the principal name
from the keytab entry, so we know this name is correct.
Based on a bug report and patch from nalin at redhat.com.
https://github.com/krb5/krb5/commit/57acee11b5c6682a7f4f036e35d8b2fc9292875e
Author: Greg Hudson <ghudson at mit.edu>
Commit: 57acee11b5c6682a7f4f036e35d8b2fc9292875e
Branch: master
src/lib/krb5/krb/rd_req_dec.c | 8 +++++---
src/tests/gssapi/t_gssapi.py | 13 +++++++++++++
2 files changed, 18 insertions(+), 3 deletions(-)
More information about the krb5-bugs
mailing list