Add new Samba users and update configuration settings in group_vars and smb.conf.j2
This commit is contained in:
@@ -342,7 +342,10 @@
|
||||
virusfilter:cache entry limit = 1000
|
||||
virusfilter:cache time limit = 60
|
||||
|
||||
virusfilter:max file size = 26214400
|
||||
# Dateigröße: Was wird gescannt?
|
||||
#virusfilter:max file size = 52428800 # 50 MB max
|
||||
#virusfilter:max file size = 26214400 # 25 MB max
|
||||
virusfilter:max file size = 15728640 # 15 MB max
|
||||
virusfilter:min file size = 10
|
||||
|
||||
virusfilter:scan on open = yes
|
||||
@@ -522,7 +525,8 @@
|
||||
|
||||
# Dateigröße: Was wird gescannt?
|
||||
#virusfilter:max file size = 52428800 # 50 MB max
|
||||
virusfilter:max file size = 26214400 # 25 MB max
|
||||
#virusfilter:max file size = 26214400 # 25 MB max
|
||||
virusfilter:max file size = 15728640 # 15 MB max
|
||||
virusfilter:min file size = 10 # unter 10 Byte ignorieren
|
||||
|
||||
# Scan-Zeitpunkt: nur beim Öffnen, nicht beim Schließen
|
||||
|
||||
Reference in New Issue
Block a user