vsftpd: Expose the no_anon_password flag.

This commit is contained in:
Michael Walker 2017-03-19 01:52:06 +00:00
parent 203e8fa205
commit b29bc8d41c

View File

@ -37,6 +37,9 @@ let
(yesNoOption "anonymousUser" "anonymous_enable" false ''
Whether to enable the anonymous FTP user.
'')
(yesNoOption "anonymousUserNoPassword" "no_anon_password" false ''
Whether to disable the password for the anonymous FTP user.
'')
(yesNoOption "localUsers" "local_enable" false ''
Whether to enable FTP for local users.
'')