Query: pam_strerror
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAM_STRERROR(3) Programmers' Manual PAM_STRERROR(3)NAMEpam_strerror - return a textual description of a Linux-PAM errorSYNOPSIS#include <security/pam_appl.h> or, #include <security/pam_modules.h> const char * pam_strerror( pam_handle_t *pamh, int pam_error);DESCRIPTIONpam_strerror This function returns some text describing the Linux-PAM error associated with the pam_error argument.RETURN VALUEOn success this function returns a description of the indicated error. Should the function not recognize the error, ``Unknown Linux-PAM error'' is returned.CONFORMING TODCE-RFC 86.0, October 1995.BUGSThis function should be internationalized.SEE ALSOpam(8). Also, see the three Linux-PAM Guides, for System administrators, module developers, and application developers. Linux-PAM 0.70 1999 Oct 4 PAM_STRERROR(3)
Related Man Pages |
---|
pam_authenticate(3) - redhat |
pam_error(3) - debian |
pam_error(3) - centos |
pam_setcred(3) - opendarwin |
pam_strerror(3pam) - sunos |
Similar Topics in the Unix Linux Community |
---|
Make all words begin with capital letter? |
CentOS7 restoring file capabilities |
Issue with "rsh" on RedHat |
Shopt -s histappend |
Issue with events occuring in DST window |