mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #82340 from nyanloutre/vsftpd_pam_fix
nixos/vsftpd: fix missing default pam_service_name
This commit is contained in:
commit
154f9e1bd9
1 changed files with 1 additions and 1 deletions
|
@ -133,8 +133,8 @@ let
|
||||||
${optionalString cfg.enableVirtualUsers ''
|
${optionalString cfg.enableVirtualUsers ''
|
||||||
guest_enable=YES
|
guest_enable=YES
|
||||||
guest_username=vsftpd
|
guest_username=vsftpd
|
||||||
pam_service_name=vsftpd
|
|
||||||
''}
|
''}
|
||||||
|
pam_service_name=vsftpd
|
||||||
${cfg.extraConfig}
|
${cfg.extraConfig}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue