PAM_SET_ITEMSection: App. Programmers' Manual (3)Updated: 2001 Jan 21 |
PAM_SET_ITEMSection: App. Programmers' Manual (3)Updated: 2001 Jan 21 |
pam_set_item, pam_get_item - item manipulation under PAM
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);
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.
none known.
pam(8) and pam_strerror(3).
Also, see the three Linux-PAM Guides, for System administrators, module developers, and application developers.