-
Notifications
You must be signed in to change notification settings - Fork 6
/
smb.conf
executable file
·37 lines (30 loc) · 886 Bytes
/
smb.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[global]
workgroup = WORKGROUP
netbios name = Docker
server string = Samba Server Version %v
client min protocol = SMB3
client max protocol = SMB3
keepalive = 0
# Uncomment to map SMB user to system user root
# admin users = user
map to guest = Bad User
security = user
passdb backend = tdbsam
unix password sync = no
name resolve order = bcast host lmhosts wins
directory mask = 0755
force create mode = 0644
force directory mode = 0755
log level = 1
load printers = No
printing = bsd
printcap name = /dev/null
disable spoolss = Yes
[PS2SMB]
comment = PS2SMB
path = /mnt/ps2smb
browseable = yes
read only = no
guest ok = yes
public = yes
available = yes