xref: /netbsd-src/lib/libpam/modules/pam_exec/pam_exec.8 (revision b055ab330f484ecb6f89c642fede0fa70a8d4a39)
1*b055ab33Swiz.\" $NetBSD: pam_exec.8,v 1.4 2005/02/26 16:36:53 wiz Exp $
26f11bdf1Schristos.\" Copyright (c) 2001,2003 Networks Associates Technology, Inc.
36f11bdf1Schristos.\" All rights reserved.
46f11bdf1Schristos.\"
56f11bdf1Schristos.\" Portions of this software were developed for the FreeBSD Project by
66f11bdf1Schristos.\" ThinkSec AS and NAI Labs, the Security Research Division of Network
76f11bdf1Schristos.\" Associates, Inc.  under DARPA/SPAWAR contract N66001-01-C-8035
86f11bdf1Schristos.\" ("CBOSS"), as part of the DARPA CHATS research program.
96f11bdf1Schristos.\"
106f11bdf1Schristos.\" Redistribution and use in source and binary forms, with or without
116f11bdf1Schristos.\" modification, are permitted provided that the following conditions
126f11bdf1Schristos.\" are met:
136f11bdf1Schristos.\" 1. Redistributions of source code must retain the above copyright
146f11bdf1Schristos.\"    notice, this list of conditions and the following disclaimer.
156f11bdf1Schristos.\" 2. Redistributions in binary form must reproduce the above copyright
166f11bdf1Schristos.\"    notice, this list of conditions and the following disclaimer in the
176f11bdf1Schristos.\"    documentation and/or other materials provided with the distribution.
186f11bdf1Schristos.\" 3. The name of the author may not be used to endorse or promote
196f11bdf1Schristos.\"    products derived from this software without specific prior written
206f11bdf1Schristos.\"    permission.
216f11bdf1Schristos.\"
226f11bdf1Schristos.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
236f11bdf1Schristos.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
246f11bdf1Schristos.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
256f11bdf1Schristos.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
266f11bdf1Schristos.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
276f11bdf1Schristos.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
286f11bdf1Schristos.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
296f11bdf1Schristos.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
306f11bdf1Schristos.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
316f11bdf1Schristos.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
326f11bdf1Schristos.\" SUCH DAMAGE.
336f11bdf1Schristos.\"
347331ee20Sthorpej.\" $FreeBSD: src/lib/libpam/modules/pam_exec/pam_exec.8,v 1.5 2005/02/01 10:37:07 des Exp $
356f11bdf1Schristos.\"
367331ee20Sthorpej.Dd February 1, 2005
376f11bdf1Schristos.Dt PAM_EXEC 8
386f11bdf1Schristos.Os
396f11bdf1Schristos.Sh NAME
406f11bdf1Schristos.Nm pam_exec
416f11bdf1Schristos.Nd Exec PAM module
426f11bdf1Schristos.Sh SYNOPSIS
436f11bdf1Schristos.Op Ar service-name
446f11bdf1Schristos.Ar module-type
456f11bdf1Schristos.Ar control-flag
466f11bdf1Schristos.Pa pam_exec
476f11bdf1Schristos.Op Ar arguments
486f11bdf1Schristos.Sh DESCRIPTION
496f11bdf1SchristosThe exec service module for PAM executes the program designated by its
506f11bdf1Schristosfirst argument, with its remaining arguments as command-line
516f11bdf1Schristosarguments.
526f11bdf1SchristosThe child's environment is set to the current PAM environment list,
536f11bdf1Schristosas returned by
546f11bdf1Schristos.Xr pam_getenvlist 3 .
557331ee20SthorpejIn addition, the following PAM items are exported as environment
567331ee20Sthorpejvariables:
577331ee20Sthorpej.Ev PAM_RHOST ,
587331ee20Sthorpej.Ev PAM_RUSER ,
597331ee20Sthorpej.Ev PAM_SERVICE ,
607331ee20Sthorpej.Ev PAM_TTY ,
617331ee20Sthorpejand
627331ee20Sthorpej.Ev PAM_USER .
636f11bdf1Schristos.Sh SEE ALSO
647331ee20Sthorpej.Xr pam_get_item 3 ,
65*b055ab33Swiz.Xr pam.conf 5 ,
666f11bdf1Schristos.Xr pam 8
676f11bdf1Schristos.Sh AUTHORS
686f11bdf1SchristosThe
696f11bdf1Schristos.Nm
706f11bdf1Schristosmodule and this manual page were developed for the
716f11bdf1Schristos.Fx
726f11bdf1SchristosProject by
736f11bdf1SchristosThinkSec AS and NAI Labs, the Security Research Division of Network
746f11bdf1SchristosAssociates, Inc.\& under DARPA/SPAWAR contract N66001-01-C-8035
756f11bdf1Schristos.Pq Dq CBOSS ,
766f11bdf1Schristosas part of the DARPA CHATS research program.
77