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