diff options
| -rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1012,5 +1012,6 @@ in rec { | |||
| 1012 | security.pam.services."vsftpd".text = '' | 1012 | security.pam.services."vsftpd".text = '' |
| 1013 | auth required ${pkgs.pam_pwdfile}/lib/security/pam_pwdfile.so pwdfile=/srv/ftp.htpasswd | 1013 | auth required ${pkgs.pam_pwdfile}/lib/security/pam_pwdfile.so pwdfile=/srv/ftp.htpasswd |
| 1014 | account required pam_permit.so | 1014 | account required pam_permit.so |
| 1015 | session required pam_permit.so | ||
| 1015 | ''; | 1016 | ''; |
| 1016 | } | 1017 | } |
