| Linux Standard Base Core Specification 3.0Preview1 | ||
|---|---|---|
| <<< Previous | Next >>> | |
pam_get_item() obtains the value of the indicated item_type. The possible values of item_type are the same as listed for pam_set_item().
On success, item contains a pointer to the value of the corresponding item. Note that this is a pointer to the actual data and should not be free()'d or over-written.
Success.
Application passed a NULL pointer for
item.
Application attempted to get an undefined item.
| <<< Previous | Home | Next >>> |
| pam_fail_delay | Up | pam_getenvlist |