From 295027f2e960247e07de1210f77256fccfc7c97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 19 Jul 2003 09:47:25 +0000 Subject: [PATCH] document --gss-bindings git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12455 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/ftpd.8 b/appl/ftp/ftpd/ftpd.8 index 01f6275c8..f30cf3e49 100644 --- a/appl/ftp/ftpd/ftpd.8 +++ b/appl/ftp/ftpd/ftpd.8 @@ -33,7 +33,7 @@ .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 .\" -.Dd April 19, 1997 +.Dd July 19, 2003 .Dt FTPD 8 .Os BSD 4.2 .Sh NAME @@ -47,6 +47,7 @@ .Op Fl p Ar port .Op Fl T Ar maxtimeout .Op Fl t Ar timeout +.Op Fl -gss-bindings .Op Fl u Ar default umask .Op Fl B | Fl -builtin-ls .Op Fl -good-chars= Ns Ar string @@ -99,6 +100,8 @@ Debugging information is written to the syslog using LOG_FTP. .It Fl g Anonymous users will get a umask of .Ar umask . +.It Fl -gss-bindings +require the peer to use GSS-API bindings (ie make sure IP addresses match). .It Fl i Open a socket and wait for a connection. This is mainly used for debugging when ftpd isn't started by inetd.