]> git.ipfire.org Git - thirdparty/krb5.git/commit
Support FAST hide-client-names option
authorGreg Hudson <ghudson@mit.edu>
Sat, 31 Aug 2013 15:45:48 +0000 (11:45 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 3 Sep 2013 23:13:50 +0000 (19:13 -0400)
commit0ebf39d8787b04b524967cdd48f1f1bcaf6bf8f9
tree61f0124386c36ddf28f0d9d87164f1e84bff19b1
parent81ceb5352dd3bc11a546d818107d0c4a896cee44
Support FAST hide-client-names option

In the KDC, if we see the hide-client-names option, identify the
client as the anonymous principal in KDC-REP and KRB-ERROR responses.
The actual client name is present in encrypted FAST elements.

ticket: 7700 (new)
src/include/k5-int.h
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/fast_util.c
src/kdc/kdc_util.h