SOURCES: proftpd-anonftp.conf (NEW), proftpd.conf - separated anon...

glen glen at pld-linux.org
Sat Apr 29 23:46:26 CEST 2006


Author: glen                         Date: Sat Apr 29 21:46:26 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- separated anonftp config

---- Files affected:
SOURCES:
   proftpd-anonftp.conf (NONE -> 1.1)  (NEW), proftpd.conf (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SOURCES/proftpd-anonftp.conf
diff -u /dev/null SOURCES/proftpd-anonftp.conf:1.1
--- /dev/null	Sat Apr 29 23:46:26 2006
+++ SOURCES/proftpd-anonftp.conf	Sat Apr 29 23:46:20 2006
@@ -0,0 +1,40 @@
+# $Id$
+
+# A basic anonymous configuration
+# uncoment this section below if you want gain annonymous ftp acces
+<Anonymous ~ftp>
+	User			ftp
+	Group			ftp
+	AnonRequirePassword	off
+	RequireValidShell	off
+
+	# We want clients to be able to login with "anonymous" as well as "ftp"
+	UserAlias		anonymous ftp
+
+	# Limit the maximum number of anonymous logins
+	MaxClients		10
+
+	# We want 'welcome.msg' displayed at login, and '.message' displayed
+	# in each newly chdired directory.
+	DisplayLogin		welcome.msg
+	DisplayFirstChdir	.message
+
+	AllowStoreRestart on
+
+	# Limit WRITE everywhere in the anonymous chroot
+	<Limit WRITE>
+		DenyAll
+	</Limit>
+
+#	<Directory /home/services/ftp/pub/Incoming>
+#		<Limit READ>
+#			DenyAll
+#		</Limit>
+#		<Limit WRITE>
+#			AllowAll
+#		</Limit>
+#		<Limit STOR>
+#			AllowAll
+#		</Limit>
+#	</Directory>
+</Anonymous>

================================================================
Index: SOURCES/proftpd.conf
diff -u SOURCES/proftpd.conf:1.15 SOURCES/proftpd.conf:1.16
--- SOURCES/proftpd.conf:1.15	Sat Apr 29 16:57:06 2006
+++ SOURCES/proftpd.conf	Sat Apr 29 23:46:20 2006
@@ -1,7 +1,4 @@
-# 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
-# "nobody" and "ftp" for normal operation and anon.
+# $Id$
 
 ServerName			"ProFTPD"
 ServerType			standalone
@@ -31,44 +28,5 @@
 	AllowOverwrite		on
 </Directory>
 
-# A basic anonymous configuration
-# uncoment this section below if you want gain annonymous ftp acces
-<Anonymous ~ftp>
-	User			ftp
-	Group			ftp
-	AnonRequirePassword	off
-	RequireValidShell	off
-
-	# We want clients to be able to login with "anonymous" as well as "ftp"
-	UserAlias		anonymous ftp
-
-	# Limit the maximum number of anonymous logins
-	MaxClients		10
-
-	# We want 'welcome.msg' displayed at login, and '.message' displayed
-	# in each newly chdired directory.
-	DisplayLogin		welcome.msg
-	DisplayFirstChdir	.message
-
-	AllowStoreRestart on
-
-	# Limit WRITE everywhere in the anonymous chroot
-	<Limit WRITE>
-		DenyAll
-	</Limit>
-
-#	<Directory /home/services/ftp/pub/Incoming>
-#		<Limit READ>
-#			DenyAll
-#		</Limit>
-#		<Limit WRITE>
-#			AllowAll
-#		</Limit>
-#		<Limit STOR>
-#			AllowAll
-#		</Limit>
-#	</Directory>
-</Anonymous>
-
-# Load additional modules config
+# Load additional (modules) config
 Include /etc/ftpd/conf.d/*.conf
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/proftpd.conf?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list