]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - doc/man/pam_vinfo.3
Vendor import of OpenPAM Radula.
[FreeBSD/FreeBSD.git] / doc / man / pam_vinfo.3
1 .\" Generated from pam_vinfo.c by gendoc.pl
2 .\" $Id: pam_vinfo.c 648 2013-03-05 17:54:27Z des $
3 .Dd February 19, 2017
4 .Dt PAM_VINFO 3
5 .Os
6 .Sh NAME
7 .Nm pam_vinfo
8 .Nd display an information message
9 .Sh SYNOPSIS
10 .In sys/types.h
11 .In security/pam_appl.h
12 .Ft "int"
13 .Fn pam_vinfo "const pam_handle_t *pamh" "const char *fmt" "va_list ap"
14 .Sh DESCRIPTION
15 The
16 .Fn pam_vinfo
17 function passes its arguments to
18 .Xr pam_vprompt 3
19 with a
20 style argument of
21 .Dv PAM_TEXT_INFO ,
22 and discards the response.
23 .Pp
24 .Sh RETURN VALUES
25 The
26 .Fn pam_vinfo
27 function returns one of the following values:
28 .Bl -tag -width 18n
29 .It Bq Er PAM_BUF_ERR
30 Memory buffer error.
31 .It Bq Er PAM_CONV_ERR
32 Conversation failure.
33 .It Bq Er PAM_SYSTEM_ERR
34 System error.
35 .El
36 .Sh SEE ALSO
37 .Xr pam 3 ,
38 .Xr pam_info 3 ,
39 .Xr pam_strerror 3 ,
40 .Xr pam_verror 3 ,
41 .Xr pam_vprompt 3
42 .Sh STANDARDS
43 The
44 .Fn pam_vinfo
45 function is an OpenPAM extension.
46 .Sh AUTHORS
47 The
48 .Fn pam_vinfo
49 function and this manual page were
50 developed for the
51 .Fx
52 Project by ThinkSec AS and Network Associates Laboratories, the
53 Security Research Division of Network Associates, Inc.\& under
54 DARPA/SPAWAR contract N66001-01-C-8035
55 .Pq Dq CBOSS ,
56 as part of the DARPA CHATS research program.
57 .Pp
58 The OpenPAM library is maintained by
59 .An Dag-Erling Sm\(/orgrav Aq Mt des@des.no .