Remove some incorrect text on how passwords are validated.

Closes PR# 3050.

Submitted by:	 Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
This commit is contained in:
Mike Pritchard 1997-03-25 03:45:52 +00:00
parent eb5ca91408
commit 42946c8261
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24242

View File

@ -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.