summaryrefslogtreecommitdiff
path: root/modules/pam_exec/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_exec/README')
-rw-r--r--modules/pam_exec/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/pam_exec/README b/modules/pam_exec/README
new file mode 100644
index 00000000..8451ef03
--- /dev/null
+++ b/modules/pam_exec/README
@@ -0,0 +1,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>