add missing quota-modules to freebsd's proftpd config-template, fixes #1361

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-01-27 10:56:54 +01:00
parent fe5922c0a0
commit 65bab15c7f

View File

@@ -31,6 +31,9 @@ AllowOverwrite on
AllowRetrieveRestart On
AllowStoreRestart On
LoadModule mod_quotatab.c
LoadModule mod_quotatab_sql.c
<IfModule mod_quotatab.c>
QuotaEngine on
QuotaShowQuotas on