MIT Kerberos Documentation

krb5_responder_set_answer - Answer a named question in the responder context.

krb5_error_code krb5_responder_set_answer(krb5_context ctx, krb5_responder_context rctx, const char * question, const char * answer)
param:

[in] ctx - Library context

[in] rctx - Responder context

[in] question - Question name

[in] answer - The string to set (MUST be printable UTF-8)

Note

First introduced in 1.11