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

NAME

pam_info - display an information 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_info "pam_handle_t *pamh" "const char *fmt" "..."

DESCRIPTION

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

RETURN VALUES

The pam_info 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_error(3), pam_prompt(3), pam_strerror(3), pam_vinfo(3)

STANDARDS

AUTHORS

 
Created by Blin Media, 2008-2013