mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
Merge pull request #24040 from barrucadu/vsftpd-no_anon_password
Expose the vsftpd no_anon_password flag.
This commit is contained in:
commit
bcbaa8b8dd
@ -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.
|
||||
'')
|
||||
|
Loading…
Reference in New Issue
Block a user