logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pam_strerror - return string describing PAM error code

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);

See Also