Other Alias
pam_promptSYNOPSIS
#include <security/pam_ext.h>
-
void pam_prompt(pam_handle_t *pamh, int style, char **response, const char *fmt, ...);
- void 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
- Transaction was successful created.
PAM_SYSTEM_ERR
- System error.
STANDARDS
The pam_prompt and pam_vprompt functions are Linux-PAM extensions.