From 242d7e1602a1f5441a4ad37e408441b71d7a1782 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 16 May 2011 22:56:48 -0700 Subject: [PATCH] comment --- lib/krb5/init_creds_pw.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/init_creds_pw.c b/lib/krb5/init_creds_pw.c index 04b3f890e..f74e67671 100644 --- a/lib/krb5/init_creds_pw.c +++ b/lib/krb5/init_creds_pw.c @@ -2074,6 +2074,10 @@ krb5_init_creds_step(krb5_context context, if (ret) goto out; + /* + * Now check and extract the ticket + */ + if (ctx->flags.canonicalize) { eflags |= EXTRACT_TICKET_ALLOW_SERVER_MISMATCH; eflags |= EXTRACT_TICKET_MATCH_REALM;