(krb5_rd_req_ctx): Use the correct keyblock when verifying the PAC.
From Andrew Bartlett. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19792 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -855,7 +855,7 @@ krb5_rd_req_ctx(krb5_context context,
|
|||||||
pac,
|
pac,
|
||||||
o->ticket->ticket.authtime,
|
o->ticket->ticket.authtime,
|
||||||
o->ticket->client,
|
o->ticket->client,
|
||||||
&o->ticket->ticket.key,
|
o->keyblock,
|
||||||
NULL);
|
NULL);
|
||||||
krb5_pac_free(context, pac);
|
krb5_pac_free(context, pac);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Reference in New Issue
Block a user