PAM_STRERROR



PAM_STRERROR


NAME
pam_strerror − return string describing PAM error code

SYNOPSIS
#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
(8)



More Linux Commands

manpages/Tcl_LimitGetTime.3.html
Tcl_LimitGetTime(3) - manage and check resource limits on in
Tcls interpreter resource limit subsystem allows for close control over how much computation time a script may use, and is useful for cases where a program is d

manpages/islessgreater.3.html
islessgreater(3) - floating-point relational tests without e
The normal relation operations (like &lt;, less than) will fail if one of the operands is NaN. This will cause an exception. To avoid this, C99 defines the macros

manpages/fb.modes.5.html
fb.modes(5) - frame buffer modes file - Linux manual page...
/etc/fb.modes contains an unlimited number of video mode descriptions. The general format of a video mode is: mode geometry &lt;xres&gt; &lt;yres&gt; &lt;vxres&gt; &lt;vyres&gt; &lt;depth

manpages/pam_timestamp.8.html
pam_timestamp(8) - Authenticate using cached successful auth
pam_timestamp.8 - In a nutshell, pam_timestamp caches successful authentication attempts, and allows you to use a recent successful attempt as the basis for aut

manpages/XrmQuarkToString.3.html
XrmQuarkToString(3) - manipulate resource quarks (Man Page)
The XrmUniqueQuark function allocates a quark that is guaranteed not to represent any string that is known to the resource manager. These functions can be used

manpages/tunelp.8.html
tunelp(8) - set various parameters for the lp device........
tunelp sets several parameters for the /dev/lp? devices, for better performance (or for any performance at all, if your printer wont work without it...) Without

manpages/tcflush.3.html
tcflush(3) - get and set terminal attributes, line control,
The termios functions describe a general terminal interface that is provided to control asynchronous communications ports. The termios structure Many of the fun

manpages/vtysh.1.html
vtysh(1) - a integrated shell for Quagga routing software...
vtysh is a integrated shell for Quagga routing engine. OPTIONS Options available for the vtysh command: -b, --boot Execute boot startup configuration. It makes

manpages/XListFonts.3.html
XListFonts(3) - obtain or free font names and information...
The XListFonts function returns an array of available font names (as controlled by the font search path; see XSetFontPath) that match the string you passed to t

manpages/sigqueue.2.html
sigqueue(2) - queue a signal and data to a process (ManPage)
sigqueue() sends the signal specified in sig to the process whose PID is given in pid. The permissions required to send a signal are the same as for kill(2). As

manpages/fieldlines.1.html
fieldlines(1) - simulation of the electric field lines betwe
From Terry Walsh (http://reallyslick.com): This is a simulation of the electric field lines between charged particles. Physics never looked so good. Ported to L

manpages/lreverse.n.html
lreverse(n) - Reverse the order of a list - Linux man page
The lreverse command returns a list that has the same elements as its input list, list, except with the elements in the reverse order. EXAMPLES lreverse {a a b





We can't live, work or learn in freedom unless the software we use is free.