diff --git a/tmpl/eole-smb_smb.conf b/tmpl/eole-smb_smb.conf index 6bd52f5..3e1f137 100644 --- a/tmpl/eole-smb_smb.conf +++ b/tmpl/eole-smb_smb.conf @@ -4,11 +4,11 @@ log level = 1 %for %%share in %%smb_share_name -[%%share.smb_share_name] +[%%share] # This share allows anonymous (guest) access # without authentication! path = %%share.smb_share_path read only = no guest ok = yes guest only = yes -%endfor +%end for