Initial support for default_{as, tgs}_etypes.

Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
This commit is contained in:
Nicolas Williams
2011-04-07 20:55:09 -05:00
committed by Love Hörnquist Åstrand
parent c06d5ebfda
commit 2fbad6432b
6 changed files with 42 additions and 8 deletions

View File

@@ -167,6 +167,7 @@ init_tgs_req (krb5_context context,
t->req_body.etype.val[0] = in_creds->session.keytype;
} else {
ret = krb5_init_etype(context,
KRB5_PDU_TGS_REQUEST,
&t->req_body.etype.len,
&t->req_body.etype.val,
NULL);