Try to build up a samba server in docker.
This commit is contained in:
25
networking/smb.conf
Normal file
25
networking/smb.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
[global]
|
||||
workgroup = WORKGROUP
|
||||
server string = Odroid
|
||||
server role = standalone server
|
||||
hosts allow = 192.168.178. 127.
|
||||
security = user
|
||||
guest account = nobody
|
||||
passdb backend = tdbsam
|
||||
dns proxy = no
|
||||
|
||||
load printers = no
|
||||
printcap name = /dev/null
|
||||
disable spoolss = yes
|
||||
|
||||
directory mask = 0755
|
||||
force create mode = 0644
|
||||
force directory mode = 0755
|
||||
|
||||
[data]
|
||||
comment = Data
|
||||
path = /share
|
||||
read only = no
|
||||
writable = yes
|
||||
printable = no
|
||||
guest ok = no
|
||||
Reference in New Issue
Block a user