.TH "pamtest_conv_data" 3 "pam_wrapper" \" -*- nroff -*- .ad l .nh .SH NAME pamtest_conv_data \- This structure should be used when using run_pamtest, which uses an internal conversation function\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "const char ** \fBin_echo_off\fP" .br .RI "When the conversation function receives PAM_PROMPT_ECHO_OFF, it reads the auth token from the in_echo_off array and keeps an index internally\&. " .ti -1c .RI "const char ** \fBin_echo_on\fP" .br .RI "When the conversation function receives PAM_PROMPT_ECHO_ON, it reads the input from the in_echo_off array and keeps an index internally\&. " .ti -1c .RI "char ** \fBout_err\fP" .br .RI "Captures messages through PAM_ERROR_MSG\&. " .ti -1c .RI "char ** \fBout_info\fP" .br .RI "Captures messages through PAM_TEXT_INFO\&. " .in -1c .SH "Detailed Description" .PP This structure should be used when using run_pamtest, which uses an internal conversation function\&. .SH "Field Documentation" .PP .SS "char** pamtest_conv_data::out_err" .PP Captures messages through PAM_ERROR_MSG\&. The test caller is responsible for allocating enough space in the array\&. .SS "char** pamtest_conv_data::out_info" .PP Captures messages through PAM_TEXT_INFO\&. The test caller is responsible for allocating enough space in the array\&. .SH "Author" .PP Generated automatically by Doxygen for pam_wrapper from the source code\&.