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_SET_ITEM(3)                           App. Programmers' Manual                           PAM_SET_ITEM(3)



NAME
       pam_set_item, pam_get_item - item manipulation under PAM


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

       int pam_set_item(pam_handle_t *pamh, int item_type, void *item);

       int pam_get_item(const pam_handle_t *pamh, int  item_type, const void **item_p);



DESCRIPTION
       pam_set_item

       pam_set_item

       These  functions  are currently undocumented in a man page, but see the end of this man page for more
       information (the PAM guides).

       On success PAM_SUCCESS is returned, all other return values should be treated as errors.


ERRORS
       May be translated to text with pam_strerror(3).


CONFORMING TO
       DCE-RFC 86.0, October 1995.


BUGS
       none known.


SEE ALSO
       pam(8) and pam_strerror(3).

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



Linux-PAM                                        2001 Jan 21                                 PAM_SET_ITEM(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.