Rechercher une page de manuel
pam_strerror
Langue: en
Version: 07/27/2008 (debian - 07/07/09)
Section: 3 (Bibliothèques de fonctions)
NAME
pam_strerror - return string describing PAM error codeSYNOPSIS
#include <security/pam_appl.h>
- const char *pam_strerror(pam_handle_t *pamh, int errnum);
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.
RETURN VALUES
This function returns always a pointer to a string.
SEE ALSO
pam(7)
Contenus ©2006-2023 Benjamin Poulain
Design ©2006-2023 Maxime Vantorre