summaryrefslogtreecommitdiff
path: root/modules/pam_exec/README
blob: 8451ef0378ce78aab390660d2fd4999150192636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
pam_exec module:
	Call <prog> <arguments>


USAGE:
        For the services you wish to run a program put the following
	line in the config as the last line for that service:

        <type>    required     pam_exec.so [options] /path/prog ...

	and pam_exec.so will run "/path/prog ...".


OPTIONS:

	debug		print debug informations

	seteuid		pam_exec.so will call setuid(seteuid()), so that
			the program will run with the same rights as the 
			calling applications (effective user ID). The
			default is that the program will be run with the
			permissions of the calling user (real user ID).

	log=<file>	the output is appended to this file.


AUTHOR:
	Thorsten Kukuk <kukuk@thkukuk.de>