summaryrefslogtreecommitdiff
path: root/libexec/login_reject/login_reject.8
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-11-13 14:06:11 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-11-13 14:06:11 +0000
commitd1140c0a8dee13fc9f7cd94e06debd3ddd745f52 (patch)
tree1a66762d78d6e17dc25dd201bdd9b782c0aac1ce /libexec/login_reject/login_reject.8
parent6788c4c40e91b82f0ee156428c9e537193b67fa7 (diff)
o) fix bogus .Xr usage;
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok;
Diffstat (limited to 'libexec/login_reject/login_reject.8')
-rw-r--r--libexec/login_reject/login_reject.89
1 files changed, 5 insertions, 4 deletions
diff --git a/libexec/login_reject/login_reject.8 b/libexec/login_reject/login_reject.8
index 40c1042707c..18038ff463b 100644
--- a/libexec/login_reject/login_reject.8
+++ b/libexec/login_reject/login_reject.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_reject.8,v 1.2 2001/07/08 01:09:51 millert Exp $
+.\" $OpenBSD: login_reject.8,v 1.3 2001/11/13 14:06:10 mpech Exp $
.\"
.\" Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved.
.\"
@@ -56,15 +56,16 @@ name, which is optional, is also ignored.
The
.Nm reject
authentication mechanism is intended to be used to disallow certain
-types of logins. For example, a class entry (see
+types of logins.
+For example, a class entry (see
.Xr login.conf 5 )
may contain:
+.Pp
.Bd -literal -compact
-
:auth=krb-or-pwd,kerberos,passwd:
:auth-ftp=reject:
-
.Ed
+.Pp
which would allow authentication for this class in most situations
but would reject attempts to authenticate from
.Xr ftpd 8 .