First commit
This commit is contained in:
14
tmpl/eole-smb_smb.conf
Normal file
14
tmpl/eole-smb_smb.conf
Normal 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
|
Reference in New Issue
Block a user