Query: pam_strerror
OS: bsd
Section: 3
Links: bsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAM_STRERROR(3) Linux-PAM Manual PAM_STRERROR(3)NAMEpam_strerror - return string describing PAM error codeSYNOPSIS#include <security/pam_appl.h> const char *pam_strerror(pam_handle_t *pamh, int errnum);DESCRIPTIONThe pam_strerror function returns a pointer to a string describing the error code passed in the argument errnum, possibly using the LC_MESSAGES part of the current locale to select the appropriate language. This string must not be modified by the application. No library function will modify this string.RETURN VALUESThis function returns always a pointer to a string.SEE ALSOpam(7) Linux-PAM Manual 06/04/2011 PAM_STRERROR(3)