|
PAM_EXEC (8) | System administration commands and daemons | Unix Manual Pages | :man▋
NAME
pam_exec - Exec PAM module
CONTENTS
Synopsis Description See Also Authors
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 arguments. The childs 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
|