mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
colours.txt ins Theme Verzeichnis geschoben,
daher auch Anpassungen an den Firewall*.cgi kleinere Fixes an der samba.cgi default Config Dateien für Samba ins SVN gestellt git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@463 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
36
config/samba/default.global
Normal file
36
config/samba/default.global
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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 = eth0
|
||||
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/
|
||||
|
||||
preferred master = false
|
||||
domain master = false
|
||||
local master = false
|
||||
Reference in New Issue
Block a user