From: Dan Winship Date: Tue, 20 Oct 1998 20:35:54 +0000 (+0000) Subject: update ftpd man page to fully match reality (-a, -c, -u, CCC) X-Git-Tag: krb5-1.1-beta1~524 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c3395b6a09b6ec2e49d3926ee15471c2146b993;p=krb5.git update ftpd man page to fully match reality (-a, -c, -u, CCC) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10973 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 37967da95..400d4834d 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 20 16:29:46 1998 Dan Winship + + * ftpd.M: Reality check. Add -a to synopsis, document -c and -u + and CCC. + 1998-10-08 Geoffrey King * ftpd.c: Add support for restricted users, as requested in diff --git a/src/appl/gssftp/ftpd/ftpd.M b/src/appl/gssftp/ftpd/ftpd.M index 1806aa5b4..cdbb69b54 100644 --- a/src/appl/gssftp/ftpd/ftpd.M +++ b/src/appl/gssftp/ftpd/ftpd.M @@ -39,9 +39,10 @@ Internet File Transfer Protocol server .SH SYNOPSIS .B ftpd -[\fB\-d\fP] [\fB\-l\fP] [\fB\-t\fP \fItimeout\fP] [\fB\-T\fP -\fImaxtimeout\fP] [\fB\-p\fP \fIport\fP] [\fB\-r\fP \fIrealm-file\fP] -[\fB\-s\fP \fIsrvtab\fP] +[\fB\-a\fP] [\fB\-c\fP] [\fB\-d\fP] [\fB\-l\fP] +[\fB\-t\fP \fItimeout\fP] [\fB\-T\fP \fImaxtimeout\fP] +[\fB\-p\fP \fIport\fP] [\fB\-u\fP \fIumask\fP] +[\fB\-r\fP \fIrealm-file\fP] [\fB\-s\fP \fIsrvtab\fP] .SH DESCRIPTION .B Ftpd is the @@ -54,6 +55,13 @@ specification; see .PP Available options: .TP +.B \-a +Only permit Kerberos-authenticated or anonymous logins. +.TP +.B \-c +Allow the CCC (Clear Command Channel) command to be used. This allows +less secure connections, and should probably only be used when debugging. +.TP .B \-d Debugging information is written to the syslog. .TP @@ -75,15 +83,15 @@ seconds with the .B \-T option. The default limit is 2 hours. .TP -.B \-a -Only permit Kerberos authenticated or anonymous logins. -.TP \fB\-p\fP \fIport\fP Run as a server and accept a connection on .IR port . Normally the ftp server is invoked by .IR inetd (8). .TP +\fB\-u\fP \fIumask\fP +Sets the umask for the ftpd process. The default value is normally 027. +.TP \fB\-r\fP \fIrealm-file\fP Sets the name of the .I krb.conf @@ -127,6 +135,11 @@ AUTH specify an authentication protocol to be performed .sp -1 .TP +CCC +set the command channel protection mode to "Clear" (no protection). +Only available if the \fB-c\fP command-line option was given. +.sp -1 +.TP CDUP change to parent of current working directory .sp -1