mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01: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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue