The
pam_prompt function constructs a message from the specified format string and arguments and passes it to the given PAM context's conversation function.
A pointer to the response, or
NULL if the conversation function did not return one, is stored in the location pointed to by the
resp argument.
See
pam_vprompt(3) for further details.