Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pam_getenv(8) [plan9 man page]

PAM_GETENV(8)						User Contributed Perl Documentation					     PAM_GETENV(8)

NAME
pam_getenv - get environment variables from /etc/environment SYNOPSIS
pam_getenv [-l] [-s] env_var DESCRIPTION
This tool will print out the value of env_var from /etc/environment. It will attempt to expand environment variable references in the definition of env_var but will fail if PAM items are expanded. The -l option indicates the script should return an environment variable related to default locale information. The -s option indicates that the script should return an system default environment variable. Currently neither the -l or -s options do anything. They are included because future versions of Debian may have a separate repository for the initial environment used by init scripts and for system locale information. These options will allow this script to be a stable interface even in that environment. Debian GNU/Linux 2018-04-05 PAM_GETENV(8)

Check Out this Related Man Page

PAM_GETENV(3)						   BSD Library Functions Manual 					     PAM_GETENV(3)

NAME
pam_getenv -- retrieve the value of a PAM environment variable LIBRARY
Pluggable Authentication Module Library (libpam, -lpam) SYNOPSIS
#include <sys/types.h> #include <security/pam_appl.h> const char * pam_getenv(pam_handle_t *pamh, const char *name); DESCRIPTION
The pam_getenv function returns the value of an environment variable. Its semantics are similar to those of getenv(3), but it accesses the PAM context's environment list instead of the application's. RETURN VALUES
The pam_getenv function returns NULL on failure. SEE ALSO
getenv(3), pam(3), pam_getenvlist(3), pam_putenv(3), pam_setenv(3) pam_unsetenv(3) STANDARDS
X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules, June 1997. AUTHORS
The pam_getenv function and this manual page were developed for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BSD
December 21, 2007 BSD
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. UNIX for Advanced & Expert Users

What's your most useful shell?

What's your most useful shell? /bin/sh /bin/csh /bin/ksh /bin/tcsh /bin/bash (249 Replies)
Discussion started by: zylwyz
249 Replies