diff options
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 227571f02dd..19810f60c18 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.48 2001/11/22 16:19:48 mpech Exp $ +.\" $OpenBSD: ftpd.8,v 1.49 2002/03/16 19:15:12 millert Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -294,7 +294,9 @@ authenticates users according to five rules. .Pp .Bl -enum -offset indent .It -The login name must be in the password database. +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. .It The login name must not appear in the file .Pa /etc/ftpusers . |