]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add kdcpreauth callback for auth indicators
authorGreg Hudson <ghudson@mit.edu>
Mon, 22 Dec 2014 17:44:08 +0000 (12:44 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 22 Jul 2015 16:22:46 +0000 (12:22 -0400)
commitdd95e18f5cfa426db0f265172202debd257f3cdb
treeea97188265c3423542321edb7d4dffbcb8d192ff
parent5b39ea2b4ed54f4f208246b3cb725e7b1113d047
Add kdcpreauth callback for auth indicators

Add a new kdcpreauth callback add_auth_indicator, which adds an
authentication indicator string.  This commit doesn't do anything with
the asserted authentication indicators; they are tracked in the
auth_indicators field of struct as_req_state to be used later.

ticket: 8157
src/include/krb5/kdcpreauth_plugin.h
src/kdc/do_as_req.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.h