Query: pam_getenv
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAM_GETENV(3) Linux-PAM Manual PAM_GETENV(3)NAMEpam_getenv - get a PAM environment variableSYNOPSIS#include <security/pam_appl.h> const char *pam_getenv(pam_handle_t *pamh, const char *name);DESCRIPTIONThe 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 VALUESThe pam_getenv function returns NULL on failure.SEE ALSOpam_start(3), pam_getenvlist(3), pam_putenv(3), pam(8) Linux-PAM Manual 09/19/2013 PAM_GETENV(3)
| Related Man Pages | 
|---|
| pam_getenv(3) - netbsd | 
| pam_getenv(3) - freebsd | 
| pam_putenv(3) - minix | 
| pam_putenv(3) - php | 
| pam_putenv(3) - posix | 
| Similar Topics in the Unix Linux Community | 
|---|
| Is UNIX an open source OS ? | 
| Docker learning Phase-I | 
| CentOS 6 ran out of space, need to reclaim it | 
| [TIP] Processing YAML files with yq | 
| Please Welcome Dave Munro to the Moderator Team! |