Propagate auth indicators in TGS requests For normal and S4U2Proxy TGS requests (but not S4U2Self requests), extract indicators from the subject ticket and include them in the issued ticket. https://github.com/krb5/krb5/commit/97973cf89cdc18a80c2bf5450caa1548c5be0b7b Author: Greg Hudson Commit: 97973cf89cdc18a80c2bf5450caa1548c5be0b7b Branch: master src/kdc/do_tgs_req.c | 15 ++++++++++++++- src/kdc/kdc_authdata.c | 42 ++++++++++++++++++++++++++++++++++++++++++ src/kdc/kdc_util.h | 4 ++++ 3 files changed, 60 insertions(+), 1 deletions(-)