prompter type question
Sam Hartman
hartmans at MIT.EDU
Wed Mar 17 13:02:50 EDT 2010
>>>>> "Will" == Will Fiveash <will.fiveash at oracle.com> writes:
Will> I'm looking at modifying the pkinit preauth plugin to prompt
Will> the user to insert their token and press Enter if the code
Will> doesn't find a token. While making this mod I came across
Will> these defines in krb5.h:
Will> /* * Prompter enhancements */
Will> #define KRB5_PROMPT_TYPE_PASSWORD 0x1 #define
Will> KRB5_PROMPT_TYPE_NEW_PASSWORD 0x2 #define
Will> KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN 0x3 #define
Will> KRB5_PROMPT_TYPE_PREAUTH 0x4
Will> My question; what is the proper prompt type for the prompt I'm
Will> creating (a reminder prompt that isn't asking for a PIN or
Will> password)?
preauth.
More information about the krbdev
mailing list