Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 679 Add indicator support to OTP Read an "indicator" profile variable for OTP token types and assert its values as indicators when that token type is used to authenticate. Add a test case in t_otp.py for this feature. https://github.com/krb5/krb5/commit/e6e6e54e89bc9644144436c3f267796ed790f70c Author: Greg Hudson Commit: e6e6e54e89bc9644144436c3f267796ed790f70c Branch: master src/plugins/preauth/otp/main.c | 13 ++++++++++++- src/plugins/preauth/otp/otp_state.c | 29 ++++++++++++++++++++++++----- src/plugins/preauth/otp/otp_state.h | 3 ++- src/tests/t_otp.py | 7 ++++++- 4 files changed, 44 insertions(+), 8 deletions(-)