c2c0c8c9ac55212f543ba52bada66ac825e45108
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / samba / simple.conf
1 #======================= Global Settings =====================================
2 [global]
3 workgroup = MYGROUP
4 server string = MYDATA
5 max log size = 50
6 security = share
7 encrypt passwords = yes
8 smb passwd file = /etc/samba/smbpasswd
9 log file = /var/log/samba/log.smbd
10 hosts allow = 127.
11 interfaces = eth0 192.168.0.1/255.255.255.0
12 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
13
14 #============================ Share Definitions ==============================
15 idmap uid = 16777216-33554431
16 idmap gid = 16777216-33554431
17 template shell = /bin/false
18 winbind use default domain = no
19
20 [data]
21 path = /data
22 public = yes
23 only guest = yes
24 writable = yes
25 printable = no