]> granicus.if.org Git - linux-pam/blob - doc/man/pam_set_item.3
Relevant BUGIDs: none
[linux-pam] / doc / man / pam_set_item.3
1 .\" Hey Emacs! This file is -*- nroff -*- source.
2 .\" $Id$
3 .\" Copyright (c) Andrew G. Morgan 1996,1997 <morgan@kernel.org>
4 .TH PAM_SET_ITEM 3 "2001 Jan 21" "Linux-PAM" "App. Programmers' Manual"
5 .SH NAME
6
7 pam_set_item, pam_get_item \- item manipulation under PAM
8
9 .SH SYNOPSIS
10 .B #include <security/pam_appl.h>
11 .br
12 or
13 .br
14 .B #include <secruity/pam_modules.h>
15 .sp
16 .BI "int pam_set_item(pam_handle_t " *pamh ", int " item_type ", void " *item ");"
17 .sp
18 .BI "int pam_get_item(const pam_handle_t " *pamh ", int  " item_type ", const void " **item_p ");"
19 .sp 2
20 .SH DESCRIPTION
21 .B pam_set_item
22 .sp
23 .B pam_set_item
24
25 These functions are currently undocumented in a man page, but see the
26 end of this man page for more information (the PAM guides).
27
28 On success
29 .BR PAM_SUCCESS
30 is returned, all other return values should be treated as errors.
31
32 .SH ERRORS
33 May be translated to text with
34 .BR pam_strerror "(3). "
35
36 .SH "CONFORMING TO"
37 DCE-RFC 86.0, October 1995.
38
39 .SH BUGS
40 .sp 2
41 none known.
42
43 .SH "SEE ALSO"
44
45 .BR pam (8)
46 and
47 .BR pam_strerror "(3)."
48
49 Also, see the three
50 .BR Linux-PAM
51 Guides, for
52 .BR "System administrators" ", "
53 .BR "module developers" ", "
54 and
55 .BR "application developers" ". "