load auth_file module

This commit is contained in:
Sebastian Hugentobler 2017-10-18 14:39:48 +02:00
parent 122eedcef6
commit 044f869857

View File

@ -21,9 +21,8 @@ LoadModule mod_ldap.c
LoadModule mod_sftp.c
{{if (getenv "STATIC_USER")}}
<Global>
LoadModule mod_auth_file.c
AuthUserFile /etc/proftpd/passwd
</Global>
{{end}}
<IfModule mod_sftp.c>