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. https://github.com/krb5/krb5/commit/0ebf39d8787b04b524967cdd48f1f1bcaf6bf8f9 Author: Greg Hudson Commit: 0ebf39d8787b04b524967cdd48f1f1bcaf6bf8f9 Branch: master src/include/k5-int.h | 2 +- src/kdc/do_as_req.c | 4 ++++ src/kdc/do_tgs_req.c | 4 ++++ src/kdc/fast_util.c | 6 ++++++ src/kdc/kdc_util.h | 4 ++++ 5 files changed, 19 insertions(+), 1 deletions(-)