(krb5_verify_ap_req): record authenticator subkey

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2291 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-14 12:21:52 +00:00
parent d0a2a83b44
commit 77833b4151

View File

@@ -160,7 +160,13 @@ krb5_verify_ap_req(krb5_context context,
/* XXX - Xor sequence numbers */
/* XXX - subkeys? */
/* And where should it be stored? */
if (ac->authenticator->subkey) {
copy_EncryptionKey (ac->authenticator->subkey,
&ac->remote_subkey);
}
if (ap_req_options) {
*ap_req_options = 0;
if (ap_req->ap_options.use_session_key)