Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Add the binding keyword.



details:   https://anonhg.NetBSD.org/src/rev/c06508361bbe
branches:  trunk
changeset: 574656:c06508361bbe
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 09 00:11:31 2005 +0000

description:
Add the binding keyword.

diffstat:

 share/man/man5/pam.conf.5 |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 746af21c43c1 -r c06508361bbe share/man/man5/pam.conf.5
--- a/share/man/man5/pam.conf.5 Tue Mar 08 22:04:22 2005 +0000
+++ b/share/man/man5/pam.conf.5 Wed Mar 09 00:11:31 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pam.conf.5,v 1.4 2005/03/07 03:17:21 thorpej Exp $
+.\"    $NetBSD: pam.conf.5,v 1.5 2005/03/09 00:11:31 christos Exp $
 .\"
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 6, 2005
+.Dd March 8, 2005
 .Dt PAM.CONF 5
 .Os
 .Sh NAME
@@ -105,6 +105,12 @@
 The following are valid values for
 .Ar control-flag :
 .Bl -tag -width sufficient
+.It binding 
+If the module succeeds and no earlier module in the chain
+has failed, the chain is immediately terminated and the
+request is granted.
+If the module fails, the rest of the chain is executed,
+but the request is ultimately denied.
 .It requisite
 If the module returns success, continue to execute the processing chain.
 If the module fails, immediately return the error code from the first



Home | Main Index | Thread Index | Old Index