www.LinuxHowtos.org
PAM_PROMPT
Section: Linux-PAM Manual (3)Updated: 04/01/2016
Index Return to Main Contents
NAME
pam_prompt, pam_vprompt - interface to conversation functionSYNOPSIS
#include <security/pam_ext.h>
-
int pam_prompt(pam_handle_t *pamh, int style, char **response, const char *fmt, ...);
- int pam_vprompt(pam_handle_t *pamh, int style, char **response, const char *fmt, va_list args);
DESCRIPTION
RETURN VALUES
PAM_BUF_ERR
- Memory buffer error.
PAM_CONV_ERR
- Conversation failure.
PAM_SUCCESS
- Conversation succeded, response is set.
PAM_SYSTEM_ERR
- System error.
SEE ALSO
STANDARDS
The pam_prompt and pam_vprompt functions are Linux-PAM extensions.