From 42946c82610d636e127c494c4f07fc76c5b2da02 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Tue, 25 Mar 1997 03:45:52 +0000 Subject: [PATCH] Remove some incorrect text on how passwords are validated. Closes PR# 3050. Submitted by: Dmitrij Tejblum --- libexec/ftpd/ftpd.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 98fb588150a..16beca23bb8 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 -.\" $Id$ +.\" $Id: ftpd.8,v 1.13 1997/02/22 14:21:27 peter Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 @@ -245,8 +245,7 @@ authenticates users according to five rules. .Pp .Bl -enum -offset indent .It -The login name must be in the password data base, -.Pa /etc/pwd.db , +The login name must be in the password data base and not have a null password. In this case a password must be provided by the client before any file operations may be performed.