summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2010-04-12 13:55:21 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2010-04-12 13:55:21 +0000
commit871a6e14d65c3c446ae0af51166dabc7a47a2b56 (patch)
treeb4427bc75b9b90cc1edd1acc3837b1e3a82ba4fa /doc/man
parentf65cb94d257c71b708bcaa270dd00cf26e8566c0 (diff)
Relevant BUGIDs:
Purpose of commit: enhancement Commit summary: --------------- 2010-04-12 Thorsten Kukuk <kukuk@thkukuk.de> * doc/man/pam.conf-syntax.xml: Better documentation of "actionN". Patch from Michal Soltys <soltys@ziu.info>.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/pam.conf-syntax.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/man/pam.conf-syntax.xml b/doc/man/pam.conf-syntax.xml
index ced8ff1f..bea84d91 100644
--- a/doc/man/pam.conf-syntax.xml
+++ b/doc/man/pam.conf-syntax.xml
@@ -246,10 +246,7 @@
<emphasis>valueN</emphasis>'s not mentioned explicitly. Note, the
full list of PAM errors is available in
<filename>/usr/include/security/_pam_types.h</filename>. The
- <emphasis>actionN</emphasis> can be: an unsigned integer,
- <emphasis>n</emphasis>, signifying an action of 'jump over the
- next <emphasis>n</emphasis> modules in the stack'; or take one
- of the following forms:
+ <emphasis>actionN</emphasis> can take one of the following forms:
</para>
<variablelist>
<varlistentry>
@@ -307,6 +304,16 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term>N (an unsigned integer)</term>
+ <listitem>
+ <para>
+ equivalent to ok with the side effect of jumping over the
+ next N modules in the stack. Note that N equal to 0 is not
+ allowed (and it would be identical to ok in such case).
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>reset</term>
<listitem>
<para>