summaryrefslogtreecommitdiff
path: root/doc/man/pam_open_session.3
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-05-01 15:02:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-05-01 15:02:58 +0000
commita9bf2f27c6e68ad44763cc28ce9d4f693b0df26a (patch)
tree20b6e61cb519f6fb27a0bd888a39d20248293693 /doc/man/pam_open_session.3
parent04e30652172d69d399641893e6a801503a0a1f8f (diff)
Diffstat (limited to 'doc/man/pam_open_session.3')
-rw-r--r--doc/man/pam_open_session.312
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/man/pam_open_session.3 b/doc/man/pam_open_session.3
index 052a17fe0f0a3..dd026071edac2 100644
--- a/doc/man/pam_open_session.3
+++ b/doc/man/pam_open_session.3
@@ -1,6 +1,6 @@
.\" Generated from pam_open_session.c by gendoc.pl
-.\" $Id: pam_open_session.c 648 2013-03-05 17:54:27Z des $
-.Dd February 19, 2017
+.\" $OpenPAM: pam_open_session.c 938 2017-04-30 21:34:42Z des $
+.Dd April 30, 2017
.Dt PAM_OPEN_SESSION 3
.Os
.Sh NAME
@@ -31,14 +31,18 @@ Do not emit any messages.
If any other bits are set,
.Fn pam_open_session
will return
-.Dv PAM_SYMBOL_ERR .
+.Dv PAM_BAD_CONSTANT .
.Sh RETURN VALUES
The
.Fn pam_open_session
function returns one of the following values:
.Bl -tag -width 18n
+.It Bq Er PAM_SUCCESS
+Success.
.It Bq Er PAM_ABORT
General failure.
+.It Bq Er PAM_BAD_CONSTANT
+Bad constant.
.It Bq Er PAM_BUF_ERR
Memory buffer error.
.It Bq Er PAM_CONV_ERR
@@ -49,8 +53,6 @@ Permission denied.
Error in service module.
.It Bq Er PAM_SESSION_ERR
Session failure.
-.It Bq Er PAM_SYMBOL_ERR
-Invalid symbol.
.It Bq Er PAM_SYSTEM_ERR
System error.
.El