Skip to content

Commit

Permalink
nixos/vsftpd: fix missing default pam_service_name
Browse files Browse the repository at this point in the history
9458ec4 removed the ftp pam service which was used by default by vsftpd

(cherry picked from commit 7ab00c4)
  • Loading branch information
nyanloutre authored and Mic92 committed Mar 11, 2020
1 parent 4a3c691 commit f6b7dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/vsftpd.nix
Expand Up @@ -133,8 +133,8 @@ let
${optionalString cfg.enableVirtualUsers ''
guest_enable=YES
guest_username=vsftpd
pam_service_name=vsftpd
''}
pam_service_name=vsftpd
${cfg.extraConfig}
'';

Expand Down

0 comments on commit f6b7dc6

Please sign in to comment.