from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
PAM_GETENV
Section: Linux-PAM Manual (3) Updated: 04/01/2016 Index
Return to Main Contents
NAME
pam_getenv - get a PAM environment variable
SYNOPSIS
#include <security/pam_appl.h>
-
const char *pam_getenv(pam_handle_t *pamh, const char *name);
DESCRIPTION
The
pam_getenv
function searches the PAM environment list as associated with the handle
pamh
for an item that matches the string pointed to by
name
and returns a pointer to the value of the environment variable. The application is not allowed to free the data.
RETURN VALUES
The
pam_getenv
function returns NULL on failure.
SEE ALSO
pam_start(3),
pam_getenvlist(3),
pam_putenv(3),
pam(8)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
|