(tgs_make_reply): copy ok-as-delegate flag from server entry to

encrypted ticket flags


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15308 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-30 20:28:19 +00:00
parent 695342d5c7
commit 5f764ae99f

View File

@@ -1579,6 +1579,7 @@ tgs_make_reply(KDC_REQ_BODY *b,
et.flags.pre_authent = tgt->flags.pre_authent;
et.flags.hw_authent = tgt->flags.hw_authent;
et.flags.anonymous = tgt->flags.anonymous;
et.flags.ok_as_delegate = server->flags.ok_as_delegate;
/* XXX Check enc-authorization-data */
et.authorization_data = auth_data;