diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2013-02-01 23:23:53 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2013-02-01 23:23:53 -0200 |
commit | c6a81561dbec0849d630498e0e1eea47e0fd89cc (patch) | |
tree | 80ad35a2d9294f66f96202ffeeb36875c04794a7 /config/dansguardian/dansguardianfx.conf.template | |
parent | 0dd364a3e1753f2edccad58f7212f8bdd81abee9 (diff) | |
download | pfsense-packages-c6a81561dbec0849d630498e0e1eea47e0fd89cc.tar.gz pfsense-packages-c6a81561dbec0849d630498e0e1eea47e0fd89cc.tar.bz2 pfsense-packages-c6a81561dbec0849d630498e0e1eea47e0fd89cc.zip |
dansguardian - include max upload size to group options and include empty ldap user group check
Diffstat (limited to 'config/dansguardian/dansguardianfx.conf.template')
-rw-r--r-- | config/dansguardian/dansguardianfx.conf.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/dansguardian/dansguardianfx.conf.template b/config/dansguardian/dansguardianfx.conf.template index 719c0c48..96b2b1b9 100644 --- a/config/dansguardian/dansguardianfx.conf.template +++ b/config/dansguardian/dansguardianfx.conf.template @@ -198,6 +198,7 @@ categorydisplaythreshold = {$dansguardian_groups['categorydisplaythreshold']} # WARNING: This option is highly CPU intensive! embeddedurlweight = {$dansguardian_groups['embeddedurlweight']} +maxuploadsize = {$dansguardian_groups['maxuploadsize']} # Enable PICS rating support # # Defaults to disabled @@ -370,7 +371,7 @@ deepurlanalysis = {$dansguardian_groups['deepurlanalysis']} #SSL certificate checking # Check that ssl certificates for servers on https connections are valid # and signed by a ca in the configured path -sslcertcheck = {$dansguardian_groups['sslcertcheck']} +sslcheckcert = {$dansguardian_groups['sslcheckcert']} #SSL man in the middle # Forge ssl certificates for all sites, decrypt the data then re encrypt it |