mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Allow non-SSL connections to vsftpd by default to let tests not specify certificate
This commit is contained in:
parent
6e3b2c49e0
commit
f88aa22706
@ -60,11 +60,11 @@ let
|
|||||||
names to allow or deny access.
|
names to allow or deny access.
|
||||||
The default <literal>false</literal> means whitelist/allow.
|
The default <literal>false</literal> means whitelist/allow.
|
||||||
'')
|
'')
|
||||||
(yesNoOption "forceLocalLoginsSSL" "force_local_logins_ssl" true ''
|
(yesNoOption "forceLocalLoginsSSL" "force_local_logins_ssl" false ''
|
||||||
Only applies if <option>sslEnable</option> is true. Non anonymous (local) users
|
Only applies if <option>sslEnable</option> is true. Non anonymous (local) users
|
||||||
must use a secure SSL connection to send a password.
|
must use a secure SSL connection to send a password.
|
||||||
'')
|
'')
|
||||||
(yesNoOption "forceLocalDataSSL" "force_local_data_ssl" true ''
|
(yesNoOption "forceLocalDataSSL" "force_local_data_ssl" false ''
|
||||||
Only applies if <option>sslEnable</option> is true. Non anonymous (local) users
|
Only applies if <option>sslEnable</option> is true. Non anonymous (local) users
|
||||||
must use a secure SSL connection for sending/receiving data on data connection.
|
must use a secure SSL connection for sending/receiving data on data connection.
|
||||||
'')
|
'')
|
||||||
|
Loading…
Reference in New Issue
Block a user