Feature #248 ยป smb.conf
1 |
#======================= Global Settings =====================================
|
---|---|
2 |
[global]
|
3 |
workgroup = PIBOXGROUP |
4 |
server string = PIBOXMS |
5 |
max log size = 50 |
6 |
security = share |
7 |
log file = /var/log/samba/log.smbd |
8 |
interfaces = eth0 wlan0 |
9 |
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 |
10 |
|
11 |
#============================ Share Definitions ==============================
|
12 |
idmap uid = 16777216-33554431 |
13 |
idmap gid = 16777216-33554431 |
14 |
template shell = /bin/false |
15 |
winbind use default domain = no |
16 |
|
17 |
[media]
|
18 |
path = /media |
19 |
public = yes |
20 |
only guest = yes |
21 |
read only = yes |
22 |
writable = no |
23 |
printable = no |