summaryrefslogtreecommitdiff
path: root/doc/man/pam_set_item.3
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-12-08 19:02:48 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-12-08 19:02:48 +0000
commit8bf846fce14a451c2271ffb853dd750aae9c4725 (patch)
treef103b954158b8af468780bb3c16a5361afa381f1 /doc/man/pam_set_item.3
parent9dff9513d4de61310fbae8308b31cc6909797e08 (diff)
Relevant BUGIDs: [task] 43507
Purpose of commit: documentation Commit summary: --------------- a couple of placeholders for new man pages.
Diffstat (limited to 'doc/man/pam_set_item.3')
-rw-r--r--doc/man/pam_set_item.355
1 files changed, 55 insertions, 0 deletions
diff --git a/doc/man/pam_set_item.3 b/doc/man/pam_set_item.3
new file mode 100644
index 00000000..b0582778
--- /dev/null
+++ b/doc/man/pam_set_item.3
@@ -0,0 +1,55 @@
+.\" Hey Emacs! This file is -*- nroff -*- source.
+.\" $Id$
+.\" Copyright (c) Andrew G. Morgan 1996,1997 <morgan@kernel.org>
+.TH PAM_SET_ITEM 3 "2001 Jan 21" "Linux-PAM" "App. Programmers' Manual"
+.SH NAME
+
+pam_set_item, pam_get_item \- item manipulation under PAM
+
+.SH SYNOPSIS
+.B #include <security/pam_appl.h>
+.br
+or
+.br
+.B #include <secruity/pam_modules.h>
+.sp
+.BI "int pam_set_item(pam_handle_t " *pamh ", int " item_type ", void " *item ");"
+.sp
+.BI "int pam_get_item(const pam_handle_t " *pamh ", int " item_type ", const void " **item_p ");"
+.sp 2
+.SH DESCRIPTION
+.B pam_set_item
+.sp
+.B 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
+.BR PAM_SUCCESS
+is returned, all other return values should be treated as errors.
+
+.SH ERRORS
+May be translated to text with
+.BR pam_strerror "(3). "
+
+.SH "CONFORMING TO"
+DCE-RFC 86.0, October 1995.
+
+.SH BUGS
+.sp 2
+none known.
+
+.SH "SEE ALSO"
+
+.BR pam (8)
+and
+.BR pam_strerror "(3)."
+
+Also, see the three
+.BR Linux-PAM
+Guides, for
+.BR "System administrators" ", "
+.BR "module developers" ", "
+and
+.BR "application developers" ". "