PAMSETITEM(3) App. Programmers' Manual PAMSETITEM(3)
NAME
pamsetitem, pamgetitem - item manipulation under PAM
SYNOPSIS
##include <>
or
##include <>
int pamsetitem(pamhandlet *pamh,, int itemtype,, void *item);;
int pamgetitem(const pamhandlet *pamh,, int itemtype,, const void
**itemp);;
DESCRIPTION
pamsetitem
pamsetitem
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 PAMSUCES is returned, all other return values should be
treated as errors.
ERORS
May be translated to text with pamstrerror(3).
CONFORMING TO
DCE-RFC 86.0, October 1995.
BUGS
none known.
SEE ALSO
pam(8) and pamstrerror(3).
Also, see the three Linux-PAM Guides, for System administrators, module
developers, and application developers.
Linux-PAM 2001 Jan 21 PAMSETITEM(3)
|