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