From 665cd7c115b1fd197004a3f4d585043e737d1d6b Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Fri, 18 Jun 2021 09:39:23 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20du=20template=20suite=20=C3=A0=20l?= =?UTF-8?q?a=20permutation=20de=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/eole-smb_smb.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmpl/eole-smb_smb.conf b/tmpl/eole-smb_smb.conf index 3e1f137..12d54af 100644 --- a/tmpl/eole-smb_smb.conf +++ b/tmpl/eole-smb_smb.conf @@ -2,12 +2,12 @@ map to guest = Bad User log file = /var/log/samba/%m log level = 1 -%for %%share in %%smb_share_name +%for %%share in %%smb_share_path -[%%share] +[%%share.smb_share_name] # This share allows anonymous (guest) access # without authentication! - path = %%share.smb_share_path + path = %%share read only = no guest ok = yes guest only = yes