From 13a513955a5a1ef30520f03a304df092814c0909 Mon Sep 17 00:00:00 2001 From: Fulvio Galeazzi <fulvio.galeazzi@garr.it> Date: Fri, 7 Dec 2018 12:37:49 +0100 Subject: [PATCH] 2018-12-07: FG; Updated samba instructions in case ufw is being used. --- web/support/kb/general/configureSamba.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/web/support/kb/general/configureSamba.rst b/web/support/kb/general/configureSamba.rst index 6d36ecf4..131bcf97 100644 --- a/web/support/kb/general/configureSamba.rst +++ b/web/support/kb/general/configureSamba.rst @@ -30,6 +30,7 @@ All following commands are to be executed on the Linux box. Install the required packages:: $ apt-get install samba samba-common python-glade2 system-config-samba + $ apt-get install smbclient Create Unix users. Since these users will be solely used by Samba, they do not need to be able to connect directly to Linux, hence we make them non-interactive -- GitLab