From b1521c97e73b10469f7b34c0571d51c647eca83c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Thu, 19 Sep 2013 09:33:00 +0000 Subject: Imported from /home/lorry/working-area/delta_linux-pam/Linux-PAM-1.1.8.tar.bz2. --- modules/pam_exec/README | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'modules/pam_exec/README') diff --git a/modules/pam_exec/README b/modules/pam_exec/README index a17343b..7e578ef 100644 --- a/modules/pam_exec/README +++ b/modules/pam_exec/README @@ -30,6 +30,17 @@ log=file The output of the command is appended to file +type=type + + Only run the command if the module type matches the given type. + +stdout + + Per default the output of the executed command is written to /dev/null. + With this option, the stdout output of the executed command is redirected + to the calling application. It's in the responsibility of this application + what happens with the output. The log option is ignored. + quiet Per default pam_exec.so will echo the exit status of the external command @@ -57,5 +68,6 @@ with effective user ID. AUTHOR -pam_exec was written by Thorsten Kukuk . +pam_exec was written by Thorsten Kukuk and Josh Triplett +. -- cgit v1.2.1