From 2b27f365b4795887ada7d0fac73423086b127972 Mon Sep 17 00:00:00 2001
From: Stephane Armanet <stephanearmanet@esss.lu.se>
Date: Thu, 28 Feb 2019 10:31:22 +0100
Subject: [PATCH] remove clamav support for samba

---
 templates/smb.conf.j2 | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/templates/smb.conf.j2 b/templates/smb.conf.j2
index afa44ba..3af0dca 100644
--- a/templates/smb.conf.j2
+++ b/templates/smb.conf.j2
@@ -19,12 +19,12 @@
    read only = No
    browseable = No
    valid users = %S
-   vfs objects = virusfilter
-   virusfilter:scanner = clamav
-   virusfilter:socket path = /run/clamd.scan/clamd.sock
-   virusfilter:connect timeout = 30000
-   virusfilter:scan on open = yes
-   #virusfilter:scan on close = yes
-   virusfilter:max file size = 1000000000
-   virusfilter:infected file action = quarantine
-   virusfilter:quarantine directory = /var/tmp/quarantine
+#   vfs objects = virusfilter
+#   virusfilter:scanner = clamav
+#   virusfilter:socket path = /run/clamd.scan/clamd.sock
+#   virusfilter:connect timeout = 30000
+#   virusfilter:scan on open = yes
+#   #virusfilter:scan on close = yes
+#   virusfilter:max file size = 1000000000
+#   virusfilter:infected file action = quarantine
+#   virusfilter:quarantine directory = /var/tmp/quarantine
-- 
GitLab