PAM_STRERRORSection: Programmers' Manual (3)Updated: 1999 Oct 4 |
PAM_STRERRORSection: Programmers' Manual (3)Updated: 1999 Oct 4 |
pam_strerror - return a textual description of a Linux-PAM error
const char * pam_strerror( pam_handle_t *pamh, int pam_error);
This function returns some text describing the Linux-PAM error associated with the pam_error argument.
On success this function returns a description of the indicated error. Should the function not recognize the error, ``Unknown Linux-PAM error'' is returned.
This function should be internationalized.
pam(8).
Also, see the three Linux-PAM Guides, for System administrators, module developers, and application developers.