]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add FAST encrypted challenge auth indicator 627/head
authorMatt Rogers <mrogers@redhat.com>
Fri, 31 Mar 2017 02:18:24 +0000 (22:18 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 14 Apr 2017 16:20:58 +0000 (12:20 -0400)
commit184656dd268d3041b4fc5283ce6ddfbddfd81929
tree85bcc43ea351044f78aa6df9619bb155931272b2
parent1b907e0d755b3e4a6b3ba6d31accda6551e84875
Add FAST encrypted challenge auth indicator

During ec_verify(), look up an authentication indicator string by the
profile realm option "encrypted_challenge_indicator".  If found, add
an indicator to the reply upon succesful creation of the challenge
key.  Add a test to t_authind.py.  Document the option in
kdc_conf.rst.

ticket: 8575 (new)
doc/admin/conf_files/kdc_conf.rst
src/include/k5-int.h
src/kdc/kdc_preauth_ec.c
src/tests/gssapi/t_authind.py