1PAM_GETENV(3)                  Linux-PAM Manual                  PAM_GETENV(3)
2
3
4

NAME

6       pam_getenv - get a PAM environment variable
7

SYNOPSIS

9       #include <security/pam_appl.h>
10
11       const char *pam_getenv(pam_handle_t *pamh, const char *name);
12

DESCRIPTION

14       The pam_getenv function searches the PAM environment list as associated
15       with the handle pamh for a string that matches the string pointed to by
16       name. The return values are of the form: "name=value".
17

RETURN VALUES

19       The pam_getenv function returns NULL on failure.
20

SEE ALSO

22       pam_start(3), pam_getenvlist(3), pam_putenv(3), pam(8)
23
24
25
26Linux-PAM Manual                  06/27/2006                     PAM_GETENV(3)
Impressum