netbsd man page for pam_exec

Query: pam_exec

OS: netbsd

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PAM_EXEC(8)						    BSD System Manager's Manual 					       PAM_EXEC(8)

NAME
pam_exec -- Exec PAM module
SYNOPSIS
[service-name] module-type control-flag pam_exec [arguments]
DESCRIPTION
The exec service module for PAM executes the program designated by its first argument, with its remaining arguments as command-line argu- ments. The child's environment is set to the current PAM environment list, as returned by pam_getenvlist(3). In addition, the following PAM items are exported as environment variables: PAM_RHOST, PAM_RUSER, PAM_SERVICE, PAM_TTY, and PAM_USER.
SEE ALSO
pam_get_item(3), pam.conf(5), pam(8)
AUTHORS
The pam_exec module and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, 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
February 1, 2005 BSD
Related Man Pages
pam_login_access(8) - netbsd
pam_exec(8) - debian
pam_chroot(8) - netbsd
pam_self(8) - netbsd
pam_ftpusers(8) - freebsd
Similar Topics in the Unix Linux Community
Detect if script starts from queue