-
Notifications
You must be signed in to change notification settings - Fork 0
/
smb.conf
35 lines (30 loc) · 818 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
[global]
netbios name = YOUR_HOSTNAME
server string = %h server (Samba %v)
workgroup = WORKGROUP
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=4096 SO_RCVBUF=4096
security = user
usershare allow guests = yes
null passwords = NULL_PASS_TRUE
username map = /etc/samba/smbusers
name resolve order = lmhosts hosts wins bcast
syslog = 1
syslog only = yes
wins support = yes
usershare owner only = false
----------------------------------------
printing = CUPS
printcap name = CUPS
[print$]
path = /var/lib/samba/printers
browseable = yes
guest ok = yes
read only = yes
write list = root
create mask = 0664
directory mask = 0775
[printers]
path = /tmp
printable = yes
guest ok = yes
browseable = no