Add indicator support to PKINIT Read a "pkinit_indicator" profile variable for PKINIT realm configuration and assert its values as indicators when PKINIT is used to authenticate. Add a test case in t_pkinit.py for this feature. https://github.com/krb5/krb5/commit/8ca82f0e3059cd8805f4dda388a8aa1d67c80920 Author: Greg Hudson Commit: 8ca82f0e3059cd8805f4dda388a8aa1d67c80920 Branch: master src/plugins/preauth/pkinit/pkinit.h | 2 ++ src/plugins/preauth/pkinit/pkinit_srv.c | 18 ++++++++++++++++++ src/tests/t_pkinit.py | 9 ++++++++- 3 files changed, 28 insertions(+), 1 deletions(-)