Support OTP auth indicators in string attribute To better support integration with FreeIPA, allow authentication indicators to be specified in the "otp" string attribute, overriding any indicators in the token type. https://github.com/krb5/krb5/commit/bd6a449f6591f75d0db6dbf3fb702268b92d7eb8 Author: Greg Hudson Commit: bd6a449f6591f75d0db6dbf3fb702268b92d7eb8 Branch: master doc/admin/auth_indicator.rst | 3 +- doc/admin/otp.rst | 13 +++++- src/plugins/preauth/otp/otp_state.c | 73 +++++++++++++++++++++++++++++++++-- src/tests/t_otp.py | 26 ++++++++++-- 4 files changed, 103 insertions(+), 12 deletions(-)