mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 06:14:32 +00:00
Added Samba, BusyBox and a bind shell service
This commit is contained in:
17
config/samba/smb.conf
Normal file
17
config/samba/smb.conf
Normal file
@ -0,0 +1,17 @@
|
||||
[global]
|
||||
server role = standalone server
|
||||
interfaces = 127.0.0.1
|
||||
bind interfaces only = yes
|
||||
server min protocol = NT1
|
||||
workgroup = WORKGROUP
|
||||
security = user
|
||||
map to guest = Bad User
|
||||
disable netbios = yes
|
||||
disable spoolss = yes
|
||||
usershare max shares = 0
|
||||
|
||||
[share]
|
||||
path = /mnt/
|
||||
read only = no
|
||||
guest ok = yes
|
||||
force user = root
|
Reference in New Issue
Block a user