(get_cred_kdc): update call of _krb5_extract_ticket
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8015 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -471,6 +471,7 @@ get_cred_kdc(krb5_context context,
|
|||||||
&krbtgt->addresses,
|
&krbtgt->addresses,
|
||||||
nonce,
|
nonce,
|
||||||
TRUE,
|
TRUE,
|
||||||
|
flags.b.request_anonymous,
|
||||||
decrypt_tkt_with_subkey,
|
decrypt_tkt_with_subkey,
|
||||||
subkey);
|
subkey);
|
||||||
krb5_free_kdc_rep(context, &rep);
|
krb5_free_kdc_rep(context, &rep);
|
||||||
|
Reference in New Issue
Block a user