(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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user