diff options
author | Martin Matuska <mm@FreeBSD.org> | 2021-01-09 13:52:20 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2021-01-09 13:52:20 +0000 |
commit | 23c8cf4bccbb70e0c003937c0300a93c0b6fb811 (patch) | |
tree | 19addb60bf169bb2329991e52d3bc897fb8462da /ftp/proftpd/files/patch-sample-configurations_basic.conf | |
parent | www/chromium: update to 87.0.4280.141 (diff) |
Update ftp/proftpd to 1.3.7a
Notes
Notes:
svn path=/head/; revision=560864
Diffstat (limited to 'ftp/proftpd/files/patch-sample-configurations_basic.conf')
-rw-r--r-- | ftp/proftpd/files/patch-sample-configurations_basic.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ftp/proftpd/files/patch-sample-configurations_basic.conf b/ftp/proftpd/files/patch-sample-configurations_basic.conf index d690121164a5..41544e20efb0 100644 --- a/ftp/proftpd/files/patch-sample-configurations_basic.conf +++ b/ftp/proftpd/files/patch-sample-configurations_basic.conf @@ -1,4 +1,4 @@ ---- sample-configurations/basic.conf.orig 2017-04-10 02:31:02 UTC +--- sample-configurations/basic.conf.orig 2020-07-21 17:25:51 UTC +++ sample-configurations/basic.conf @@ -1,3 +1,7 @@ +# @@ -61,7 +61,12 @@ - DisplayChdir .message + ### We want clients to be able to login with "anonymous" as well as "ftp" + # UserAlias anonymous ftp -+ + +- # Limit WRITE everywhere in the anonymous chroot +- <Limit WRITE> +- DenyAll +- </Limit> +-</Anonymous> + ### Limit the maximum number of anonymous logins + # MaxClients 10 + @@ -75,9 +80,4 @@ + # DenyAll + # </Limit> +#</Anonymous> - -- # Limit WRITE everywhere in the anonymous chroot -- <Limit WRITE> -- DenyAll -- </Limit> --</Anonymous> ++ |