mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
Change samba default config Some fixes for mpfire git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@998 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
38 lines
741 B
Plaintext
38 lines
741 B
Plaintext
# global.settings by IPFire Project
|
|
|
|
[global]
|
|
netbios name = ipfire
|
|
server string = Samba
|
|
workgroup = homeip.net
|
|
|
|
keep alive = 30
|
|
os level = 33
|
|
fstype = NTFS
|
|
|
|
kernel oplocks = false
|
|
map to guest = false
|
|
smb ports = 445 139
|
|
unix charset = CP850
|
|
|
|
security = user
|
|
encrypt passwords = yes
|
|
guest account = samba
|
|
unix password sync = false
|
|
null passwords = yes
|
|
|
|
bind interfaces only = true
|
|
interfaces = green0 127.0.0.1
|
|
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE
|
|
|
|
username level = 1
|
|
wins support = true
|
|
|
|
log file = /var/log/samba/samba-log.%m
|
|
lock directory = /var/lock/samba
|
|
pid directory = /var/run/
|
|
log level = 3 passdb:5 auth:5 winbind:2
|
|
|
|
preferred master = false
|
|
domain master = false
|
|
local master = false
|