Merge pull request #24040 from barrucadu/vsftpd-no_anon_password

Expose the vsftpd no_anon_password flag.
This commit is contained in:
Michael Raskin 2017-03-19 09:58:53 +01:00 committed by GitHub
commit bcbaa8b8dd

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.
'')