mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Enabling anonymous ftp in proftpd can be confusing with the average setup
PR: ports/6982 Submitted by: Bill Fumerola <billf@chc-chimes.com>
This commit is contained in:
parent
e34b2a93ca
commit
72c321b422
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11670
@ -3,7 +3,7 @@
|
||||
# Date created: 26 January 1998
|
||||
# Whom: Stephane Legrand
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/02/20 06:39:07 obrien Exp $
|
||||
# $Id: Makefile,v 1.3 1998/06/14 15:56:40 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= proftpd-1.0.3pl1
|
||||
@ -18,7 +18,6 @@ MAN8= proftpd.8 ftpshut.8
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
|
||||
|
||||
#
|
||||
# - "configure --prefix=..." doesn't seem to work :(
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- sample-configurations/basic.conf.orig Tue Nov 18 02:23:12 1997
|
||||
+++ sample-configurations/basic.conf Mon Jan 26 22:45:53 1998
|
||||
--- sample-configurations/basic.conf.orig Sun Mar 1 21:51:51 1998
|
||||
+++ sample-configurations/basic.conf Wed Jul 1 19:04:28 1998
|
||||
@@ -1,3 +1,8 @@
|
||||
+#
|
||||
+# To have more informations about Proftpd configuration
|
||||
@ -9,7 +9,7 @@
|
||||
# This is a basic ProFTPD configuration file (rename it to
|
||||
# 'proftpd.conf' for actual use. It establishes a single server
|
||||
# and a single anonymous login. It assumes that you have a user/group
|
||||
@@ -23,24 +28,31 @@
|
||||
@@ -23,24 +28,38 @@
|
||||
AllowOverwrite on
|
||||
</Directory>
|
||||
|
||||
@ -50,6 +50,13 @@
|
||||
+ ### Limit the maximum number of anonymous logins
|
||||
+ # MaxClients 10
|
||||
+
|
||||
+ ### It is wise when making an 'ftp' user that you either block its
|
||||
+ ### ability to login either via /etc/login.access or my giving it
|
||||
+ ### an invalid shell.
|
||||
+ ### Uncomment this if the 'ftp' user you made has an invalid shell
|
||||
+
|
||||
+ # RequireValidShell off
|
||||
+
|
||||
+ ### We want 'welcome.msg' displayed at login, and '.message' displayed
|
||||
+ ### in each newly chdired directory.
|
||||
+ # DisplayLogin welcome.msg
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 26 January 1998
|
||||
# Whom: Stephane Legrand
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/02/20 06:39:07 obrien Exp $
|
||||
# $Id: Makefile,v 1.3 1998/06/14 15:56:40 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= proftpd-1.0.3pl1
|
||||
@ -18,7 +18,6 @@ MAN8= proftpd.8 ftpshut.8
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
|
||||
|
||||
#
|
||||
# - "configure --prefix=..." doesn't seem to work :(
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- sample-configurations/basic.conf.orig Tue Nov 18 02:23:12 1997
|
||||
+++ sample-configurations/basic.conf Mon Jan 26 22:45:53 1998
|
||||
--- sample-configurations/basic.conf.orig Sun Mar 1 21:51:51 1998
|
||||
+++ sample-configurations/basic.conf Wed Jul 1 19:04:28 1998
|
||||
@@ -1,3 +1,8 @@
|
||||
+#
|
||||
+# To have more informations about Proftpd configuration
|
||||
@ -9,7 +9,7 @@
|
||||
# This is a basic ProFTPD configuration file (rename it to
|
||||
# 'proftpd.conf' for actual use. It establishes a single server
|
||||
# and a single anonymous login. It assumes that you have a user/group
|
||||
@@ -23,24 +28,31 @@
|
||||
@@ -23,24 +28,38 @@
|
||||
AllowOverwrite on
|
||||
</Directory>
|
||||
|
||||
@ -50,6 +50,13 @@
|
||||
+ ### Limit the maximum number of anonymous logins
|
||||
+ # MaxClients 10
|
||||
+
|
||||
+ ### It is wise when making an 'ftp' user that you either block its
|
||||
+ ### ability to login either via /etc/login.access or my giving it
|
||||
+ ### an invalid shell.
|
||||
+ ### Uncomment this if the 'ftp' user you made has an invalid shell
|
||||
+
|
||||
+ # RequireValidShell off
|
||||
+
|
||||
+ ### We want 'welcome.msg' displayed at login, and '.message' displayed
|
||||
+ ### in each newly chdired directory.
|
||||
+ # DisplayLogin welcome.msg
|
||||
|
Loading…
Reference in New Issue
Block a user