First commit

This commit is contained in:
2021-06-14 10:54:13 +02:00
commit 837bde531f
5 changed files with 351 additions and 0 deletions

14
tmpl/eole-smb_smb.conf Normal file
View File

@ -0,0 +1,14 @@
[global]
map to guest = Bad User
log file = /var/log/samba/%m
log level = 1
%for %%share in %%smb_share_name
[%%share.smb_share_name]
# This share allows anonymous (guest) access
# without authentication!
path = %%share.smb_share_path
read only = no
guest ok = yes
guest only = yes
%endfor