Documentation Archive Developer
Search
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



PAM_STRERROR(3)               Programmers' Manual              PAM_STRERROR(3)



NAME
       pam_strerror - return a textual description of a Linux-PAM error


SYNOPSIS
       #include <security/pam_appl.h>
       or,
       #include <security/pam_modules.h>

       const char * pam_strerror( pam_handle_t *pamh, int pam_error);



DESCRIPTION
       pam_strerror

       This  function returns some text describing the Linux-PAM error associ-ated associated
       ated with the pam_error argument.


RETURN VALUE
       On success this function returns a description of the indicated  error.
       Should  the  function  not  recognize  the  error,  ``Unknown Linux-PAM
       error'' is returned.


CONFORMING TO
       DCE-RFC 86.0, October 1995.


BUGS
       This function should be internationalized.


SEE ALSO
       pam(8).

       Also, see the three Linux-PAM Guides, for System administrators, module
       developers, and application developers.



Linux-PAM 0.70                    1999 Oct 4                   PAM_STRERROR(3)