From 871a6e14d65c3c446ae0af51166dabc7a47a2b56 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 12 Apr 2010 13:55:21 +0000 Subject: Relevant BUGIDs: Purpose of commit: enhancement Commit summary: --------------- 2010-04-12 Thorsten Kukuk * doc/man/pam.conf-syntax.xml: Better documentation of "actionN". Patch from Michal Soltys . --- doc/man/pam.conf-syntax.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'doc') 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 @@ valueN's not mentioned explicitly. Note, the full list of PAM errors is available in /usr/include/security/_pam_types.h. The - actionN can be: an unsigned integer, - n, signifying an action of 'jump over the - next n modules in the stack'; or take one - of the following forms: + actionN can take one of the following forms: @@ -306,6 +303,16 @@ + + N (an unsigned integer) + + + 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). + + + reset -- cgit v1.2.3