summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-11-22 16:19:49 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-11-22 16:19:49 +0000
commit101c8d007008cc6b5934182375cbb736bea4da02 (patch)
treecc68c471ccb409b73fca062c0806fc727c3e233c
parentfe590b681ca849e6c16390f781ac6ee1fe73722d (diff)
since 3.0 ftpd allow users w/o password. Spotted by form@.
millert@ ok
-rw-r--r--libexec/ftpd/ftpd.86
1 files changed, 2 insertions, 4 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 494c5b01e05..227571f02dd 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftpd.8,v 1.47 2001/11/13 14:06:10 mpech Exp $
+.\" $OpenBSD: ftpd.8,v 1.48 2001/11/22 16:19:48 mpech Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@@ -294,9 +294,7 @@ authenticates users according to five rules.
.Pp
.Bl -enum -offset indent
.It
-The login name must be in the password database and not have a null password.
-In this case a password must be provided by the client before any
-file operations may be performed.
+The login name must be in the password database.
.It
The login name must not appear in the file
.Pa /etc/ftpusers .