Skip to content

Commit 5e700ac

Browse files
committed
Bug#2345 - sample config creates security hole. Not a "security hole", per se, but a configuration snippet that doesn't cover everything. This is the problem with providing examples: too many people take the examples for use, as is, without stopping to think if the example is suitable for their needs, implicitly relying on others to do their thinking for them.
1 parent 69cf110 commit 5e700ac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

proftpdfaq-docbook.sgml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1026,9 +1026,12 @@ for "warez"):</para>
10261026
User username
10271027
Group usergroup
10281028
UserAlias ftp username
1029-
AuthAliasOnly on
10301029
RequireValidShell off
10311030

1031+
&lt;Limit WRITE&gt;
1032+
DenyAll
1033+
&lt;/Limit&gt;
1034+
10321035
&lt;Directory pub/incoming/&gt;
10331036
&lt;Limit STOR CWD&gt;
10341037
AllowAll

proftpdfaq-linuxdoc.sgml

+4-1
Original file line numberDiff line numberDiff line change
@@ -951,9 +951,12 @@ for "warez"):
951951
User username
952952
Group usergroup
953953
UserAlias ftp username
954-
AuthAliasOnly on
955954
RequireValidShell off
956955

956+
&lt;Limit WRITE&gt;
957+
DenyAll
958+
&lt;/Limit&gt;
959+
957960
&lt;Directory pub/incoming/&gt;
958961
&lt;Limit STOR CWD&gt;
959962
AllowAll

0 commit comments

Comments
 (0)