:man| Alphabetical   Categories   About us 
 
PAM_ERROR (3) | C library functions | Unix Manual Pages | :man

NAME

pam_error - display an error message

CONTENTS

Library
Synopsis
Description
Return Values
See Also
Standards
Authors

LIBRARY


.Lb libpam

SYNOPSIS


.In sys/types.h
.In security/pam_appl.h "int" pam_error "pam_handle_t *pamh" "const char *fmt" "..."

DESCRIPTION

The pam_error function displays an error message through the intermediary of the given PAM context’s conversation function.

RETURN VALUES

The pam_error function returns one of the following values:
[PAM_BUF_ERR]
Memory buffer error.
[PAM_CONV_ERR]
Conversation failure.
[PAM_SYSTEM_ERR]
System error.

SEE ALSO

pam(3), pam_info(3), pam_prompt(3), pam_strerror(3), pam_verror(3)

STANDARDS

AUTHORS

 
Created by Blin Media, 2008-2013