summaryrefslogtreecommitdiffstats
path: root/libexec/login_reject
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2001-11-13 14:06:09 +0000
committermpech <mpech@openbsd.org>2001-11-13 14:06:09 +0000
commitbd9e08d2757e2aac73fc0843ce1fe1aba172bf11 (patch)
tree640c7b972987ee71d848549901b4455671edce9c /libexec/login_reject
parento) start new sentence on a new line; (diff)
downloadwireguard-openbsd-bd9e08d2757e2aac73fc0843ce1fe1aba172bf11.tar.xz
wireguard-openbsd-bd9e08d2757e2aac73fc0843ce1fe1aba172bf11.zip
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')
-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 .