pam_strerror - return string describing PAM error code
Contents
Description
The 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.
Name
pam_strerror - return string describing PAM error code
Return Values
This function returns always a pointer to a string.
See Also
pam(7)
Linux-PAM 07/03/2025 PAM_STRERROR(3)
Synopsis
#include<security/pam_appl.h>constchar*pam_strerror(pam_handle_t*pamh,interrnum);
