summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/doc/man/pam_putenv.3
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/doc/man/pam_putenv.3')
-rw-r--r--contrib/openpam/doc/man/pam_putenv.323
1 files changed, 18 insertions, 5 deletions
diff --git a/contrib/openpam/doc/man/pam_putenv.3 b/contrib/openpam/doc/man/pam_putenv.3
index 7193b96..33ba992 100644
--- a/contrib/openpam/doc/man/pam_putenv.3
+++ b/contrib/openpam/doc/man/pam_putenv.3
@@ -33,7 +33,7 @@
.\"
.\" $Id$
.\"
-.Dd February 9, 2002
+.Dd February 22, 2002
.Dt PAM_PUTENV 3
.Os
.Sh NAME
@@ -48,16 +48,29 @@
.Sh DESCRIPTION
The
.Nm
-function is not yet documented.
+function sets a environment variable.
+Its semantics are similar to those of
+.Xr putenv 3 ,
+but it modifies the PAM
+context's environment list instead of the application's.
+.Pp
.Sh RETURN VALUES
The
-.Fn
+.Nm
function returns one of the following values:
-.Bl -tag -width PAM_AUTHTOK_DISABLE_AGING
+.Bl -tag -width 18n
+.It Bq Er PAM_BUF_ERR
+Memory buffer error.
+.It Bq Er PAM_SYSTEM_ERR
+System error.
.El
.Sh SEE ALSO
+.Xr pam 3 ,
+.Xr pam_getenv 3 ,
+.Xr pam_getenvlist 3 ,
+.Xr pam_setenv 3 ,
.Xr pam_strerror 3 ,
-.Xr pam 3
+.Xr putenv 3
.Sh STANDARDS
.Rs
.%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
OpenPOWER on IntegriCloud