summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2007-04-20 09:08:20 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2007-04-20 09:08:20 +0000
commitdcac077f4b3664ca9e536313eb30d32b0f5e554e (patch)
treed70157d71299c1487db5fb4232b16d3d3ee0f456
parente07c5170e1716103ac2528a4fad15d31f10e82bd (diff)
Notes
-rw-r--r--libexec/ftpd/ftpd.815
1 files changed, 7 insertions, 8 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 9f10edb73ce9..ae5d62c60e68 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -32,7 +32,7 @@
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
-.Dd April 19, 2007
+.Dd April 20, 2007
.Dt FTPD 8
.Os
.Sh NAME
@@ -355,16 +355,15 @@ 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.
-If the user has an S/Key key, the response from a successful USER
-command will include an S/Key challenge.
+If the user has an OPIE key, the response from a successful USER
+command will include an OPIE challenge.
The client may choose to respond with a PASS command giving either
-a standard password or an S/Key one-time password.
+a standard password or an OPIE one-time password.
The server will automatically determine which type of
password it has been given and attempt to authenticate accordingly.
See
-.Xr key 1
-for more information on S/Key authentication.
-S/Key is a Trademark of Bellcore.
+.Xr opie 4
+for more information on OPIE authentication.
.It
The login name must not appear in the file
.Pa /etc/ftpusers .
@@ -558,9 +557,9 @@ Default place for session logs.
.El
.Sh SEE ALSO
.Xr ftp 1 ,
-.Xr key 1 ,
.Xr umask 2 ,
.Xr getusershell 3 ,
+.Xr opie 4 ,
.Xr ftpchroot 5 ,
.Xr login.conf 5 ,
.Xr inetd 8 ,