diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-02-04 15:27:31 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-02-04 15:27:31 +0000 |
commit | 6962e7e541546253d6d8d4d8e4bc5ca5290b8e5a (patch) | |
tree | 2875ea06a714ab75b34406c1d935304223581e40 /modules/pam_exec/pam_exec.8.xml | |
parent | 5a6300b673e53fa3a63ed2cd00951f794e3b981f (diff) | |
download | pam-6962e7e541546253d6d8d4d8e4bc5ca5290b8e5a.tar.gz pam-6962e7e541546253d6d8d4d8e4bc5ca5290b8e5a.tar.bz2 pam-6962e7e541546253d6d8d4d8e4bc5ca5290b8e5a.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2008-02-04 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_exec/pam_exec.c: Set PAM environment variables and
add 'quiet' option.
* modules/pam_exec/pam_exec.8.xml: Document new behavior.
Patch from Julien Lecomte <julien@lecomte.at>.
Diffstat (limited to 'modules/pam_exec/pam_exec.8.xml')
-rw-r--r-- | modules/pam_exec/pam_exec.8.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml index 1e8bb0ba..f4dc1e15 100644 --- a/modules/pam_exec/pam_exec.8.xml +++ b/modules/pam_exec/pam_exec.8.xml @@ -25,6 +25,9 @@ seteuid </arg> <arg choice="opt"> + quiet + </arg> + <arg choice="opt"> log=<replaceable>file</replaceable> </arg> <arg choice="plain"> @@ -45,6 +48,18 @@ an external command. </para> + <para> + The child's environment is set to the current PAM environment list, as + returned by + <citerefentry> + <refentrytitle>pam_getenvlist</refentrytitle><manvolnum>3</manvolnum> + </citerefentry> + In addition, the following PAM items are + exported as environment variables: <emphasis>PAM_RHOST</emphasis>, + <emphasis>PAM_RUSER</emphasis>, <emphasis>PAM_SERVICE</emphasis>, + <emphasis>PAM_TTY</emphasis>, and <emphasis>PAM_USER</emphasis>. + </para> + </refsect1> <refsect1 id="pam_exec-options"> @@ -78,6 +93,19 @@ <varlistentry> <term> + <option>quiet</option> + </term> + <listitem> + <para> + Per default pam_exec.so will echo the exit status of the + external command if it fails. + Specifying this option will suppress the message. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <option>seteuid</option> </term> <listitem> |