Ondřej Lysoněk fe56946
From 446f7c1ec54e06b5da2e890e0cd8fbd7308322c9 Mon Sep 17 00:00:00 2001
Ondřej Lysoněk fe56946
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
Ondřej Lysoněk fe56946
Date: Tue, 2 Jan 2018 16:33:18 +0100
Ondřej Lysoněk 7c0626d
Subject: [PATCH 46/59] vsftpd.conf: Refer to the man page regarding the
Ondřej Lysoněk fe56946
 ascii_* options
Ondřej Lysoněk fe56946
Ondřej Lysoněk fe56946
---
Ondřej Lysoněk fe56946
 vsftpd.conf | 3 ++-
Ondřej Lysoněk fe56946
 1 file changed, 2 insertions(+), 1 deletion(-)
Ondřej Lysoněk fe56946
Ondřej Lysoněk fe56946
diff --git a/vsftpd.conf b/vsftpd.conf
Ondřej Lysoněk fe56946
index 4626c1b..e70bc6d 100644
Ondřej Lysoněk fe56946
--- a/vsftpd.conf
Ondřej Lysoněk fe56946
+++ b/vsftpd.conf
Ondřej Lysoněk fe56946
@@ -73,7 +73,8 @@ xferlog_std_format=YES
Ondřej Lysoněk fe56946
 #
Ondřej Lysoněk fe56946
 # By default the server will pretend to allow ASCII mode but in fact ignore
Ondřej Lysoněk fe56946
 # the request. Turn on the below options to have the server actually do ASCII
Ondřej Lysoněk fe56946
-# mangling on files when in ASCII mode.
Ondřej Lysoněk fe56946
+# mangling on files when in ASCII mode. The vsftpd.conf(5) man page explains
Ondřej Lysoněk fe56946
+# the behaviour when these options are disabled.
Ondřej Lysoněk fe56946
 # Beware that on some FTP servers, ASCII support allows a denial of service
Ondřej Lysoněk fe56946
 # attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
Ondřej Lysoněk fe56946
 # predicted this attack and has always been safe, reporting the size of the
Ondřej Lysoněk fe56946
-- 
Ondřej Lysoněk 7c0626d
2.14.4
Ondřej Lysoněk fe56946