aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/ftp_SUITE_data/vsftpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/ftp_SUITE_data/vsftpd.conf')
-rw-r--r--lib/inets/test/ftp_SUITE_data/vsftpd.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/inets/test/ftp_SUITE_data/vsftpd.conf b/lib/inets/test/ftp_SUITE_data/vsftpd.conf
index 4133f8f3b1..a5584f5916 100644
--- a/lib/inets/test/ftp_SUITE_data/vsftpd.conf
+++ b/lib/inets/test/ftp_SUITE_data/vsftpd.conf
@@ -1,11 +1,18 @@
+###
+### Some parameters are given in the vsftpd start command.
+###
+### Typical command-line paramters are such that has a file path
+### component like cert files.
+###
+
+
listen=YES
listen_port=9999
run_as_launching_user=YES
ssl_enable=YES
allow_anon_ssl=YES
-#background=NO
background=YES
write_enable=YES
@@ -15,8 +22,5 @@ anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_world_readable_only=NO
-#rsa_cert_file=cert.pem
-#rsa_private_key_file exists, not rsa_key_file=key.pem
-
### Shouldn't be necessary....
require_ssl_reuse=NO