Tell _krb5_extract_ticket that this is an AS-REQ.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22763 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-03-24 12:09:02 +00:00
parent cdef379a85
commit fbae90e671

View File

@@ -1344,7 +1344,7 @@ init_cred_loop(krb5_context context,
{
krb5_keyblock *key = NULL;
unsigned flags = 0;
unsigned flags = EXTRACT_TICKET_AS_REQ;
if (ctx->flags.request_anonymous)
flags |= EXTRACT_TICKET_ALLOW_SERVER_MISMATCH;