]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/samba/default.global
Updated samba to current stable.
[people/pmueller/ipfire-2.x.git] / config / samba / default.global
1 # global.settings by IPFire Project
2
3 [global]
4 netbios name = ipfire
5 server string = Samba
6 workgroup = homeip.net
7 passdb backend = smbpasswd
8
9 keep alive = 30
10 os level = 33
11 fstype = NTFS
12
13 kernel oplocks = false
14 map to guest = false
15 smb ports = 445 139
16 unix charset = CP850
17
18 security = user
19 encrypt passwords = yes
20 guest account = samba
21 unix password sync = false
22 null passwords = yes
23
24 bind interfaces only = true
25 interfaces = green0 127.0.0.1
26 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE
27
28 username level = 1
29 wins support = true
30
31 log file = /var/log/samba/samba-log.%m
32 lock directory = /var/lock/samba
33 pid directory = /var/run/
34 log level = 3 passdb:5 auth:5 winbind:2
35
36 preferred master = false
37 domain master = false
38 local master = false