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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user