git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1011 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-11-17 05:35:50 +00:00
parent 2de4d60b80
commit fd5e2e0534

View File

@@ -63,16 +63,34 @@ service specification; see
Available options: Available options:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl a .It Fl a
Select the level of authentication required. Recognised values are: Select the level of authentication required. Kerberised login can not
.Bl -tag -width debug be turned off. The default is to only allow kerberised login. Other
.It none possibilities can be turned on by giving a string of comma separated
Allows anyone to connect. flags as argument to
.It otp .Fl a .
Allows only OTP, kerberos authorized access and anonymous ftp. Recognised flags are:
.It safe .Bl -tag -width plain
Allows only kerberos authorized access and anonymous ftp. .It Ar plain
.It user Allow logging in with plaintext password. The password can be a(n) OTP
Allows only kerberos authorized access. or an ordinary password.
.It Ar otp
Same as
.Ar plain ,
but only OTP is allowed.
.It Ar ftp
Allow anonymous login.
.El
The following combination modes exists for backwards compatibility:
.Bl -tag -width plain
.It Ar none
Same as
.Ar plain,ftp .
.It Ar safe
Same as
.Ar ftp .
.It Ar user
Ignored.
.El .El
.It Fl d .It Fl d
Debugging information is written to the syslog using LOG_FTP. Debugging information is written to the syslog using LOG_FTP.
@@ -422,9 +440,11 @@ Login access for Kerberos.
.Xr getusershell 3 , .Xr getusershell 3 ,
.Xr syslogd 8 , .Xr syslogd 8 ,
.Sh STANDARDS .Sh STANDARDS
.Bl -tag -compact -width RFC-959 .Bl -tag -compact -width "RFC 1938"
.It Cm RFC-959 .It Cm RFC 959
FTP PROTOCOL SPECIFICATION FTP PROTOCOL SPECIFICATION
.It Cm RFC 1938
OTP Specification
.It Cm draft-ietf-cat-ftpsec-08 .It Cm draft-ietf-cat-ftpsec-08
FTP Security Extensions. This is work in progress and might change in FTP Security Extensions. This is work in progress and might change in
the future. the future.