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

@@ -208,6 +208,7 @@ init_as_req (krb5_context context,
}
a->req_body.nonce = nonce;
ret = krb5_init_etype (context,
KRB5_PDU_AS_REQUEST,
&a->req_body.etype.len,
&a->req_body.etype.val,
etypes);