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
There is no xorg.conf file and no XF86Config file on a certain FreeBSD machine:
# locate xorg.conf
/usr/local/man/man5/xorg.conf.5.gz
# locate XF86Config
#
Can someone let me know if that means that there is a bare bones set up possible only? xrandr works fine, but I am looking for ways to... (6 Replies)
I'm looking for finer granularity than the 20 ANSI escape sequence screen modes. What I'd like to do is have the terminal increase it's own height when I have to show the user a long menu.
Platform is Cygwin 64 running over Win 7 Pro.
Mike (4 Replies)
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)
Look this very good rendering on Slackware 14.2
in my opinion is near perfect.
https://i.stack.imgur.com/q5trL.png
Now look the same page on Fedora 30
https://i.stack.imgur.com/FBQv7.png
In my opinion the fonts on Fedora are too small and difficult to read, I prefer the fat fonts of... (20 Replies)