Add authentication indicators in AS-REQs Add an auth_indicators parameter to handle_authdata(). In finish_process_as_req(), supply the auth indicators asserted by preauth modules. In handle_authdata(), wrap any supplied auth indicators in CAMMAC and IF-RELEVANT containers and include them in the ticket. https://github.com/krb5/krb5/commit/7601a1c9e103b148d94974bb2ba0c85969055c65 Author: Greg Hudson Commit: 7601a1c9e103b148d94974bb2ba0c85969055c65 Branch: master src/kdc/do_as_req.c | 1 + src/kdc/do_tgs_req.c | 1 + src/kdc/kdc_authdata.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ src/kdc/kdc_util.h | 1 + 4 files changed, 53 insertions(+), 0 deletions(-)