mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +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
|
||||
19
config/samba/default.pdc
Normal file
19
config/samba/default.pdc
Normal file
@@ -0,0 +1,19 @@
|
||||
[homes]
|
||||
path = /home/%u
|
||||
comment = Benutzer-Verzeichnisse
|
||||
browseable = yes
|
||||
writeable = yes
|
||||
valid users = %S
|
||||
|
||||
[netlogon]
|
||||
path = /var/samba/netlogon
|
||||
browseable = no
|
||||
writeable = no
|
||||
comment = NetLogON
|
||||
|
||||
[profiles]
|
||||
path = /var/samba/profiles
|
||||
browseable = no
|
||||
writeable = yes
|
||||
comment = Benutzerprofile
|
||||
valid users = %S
|
||||
23
config/samba/default.printer
Normal file
23
config/samba/default.printer
Normal file
@@ -0,0 +1,23 @@
|
||||
# start printer
|
||||
[printers]
|
||||
comment = Drucker
|
||||
security = server
|
||||
path = /var/log/spool/lpd/lp
|
||||
lprm command = /usr/local/bin/lprm -P%p %j
|
||||
lpq command = /usr/local/bin/lpq %p
|
||||
browseable = yes
|
||||
printable = yes
|
||||
public = yes
|
||||
writable = no
|
||||
create mode = 0700
|
||||
|
||||
[Drucker]
|
||||
security = server
|
||||
path = /var/log/spool/lpd/lp
|
||||
printer name = lp
|
||||
writable = no
|
||||
public = yes
|
||||
printable = yes
|
||||
print command = lpr -r -h -P %p %s
|
||||
use client driver = Yes
|
||||
# end printer
|
||||
16
config/samba/default.settings
Normal file
16
config/samba/default.settings
Normal file
@@ -0,0 +1,16 @@
|
||||
NETBIOSNAME=ipfire
|
||||
BINDINTERFACESONLY=True
|
||||
WINSSUPPORT=on
|
||||
WINSSRV=
|
||||
GUESTACCOUNT=samba
|
||||
BLUE=off
|
||||
SECURITY=share
|
||||
OTHERINTERFACES=
|
||||
WORKGRP=homeip.net
|
||||
GREEN=on
|
||||
OSLEVEL=33
|
||||
MAPTOGUEST='Bad User'
|
||||
SRVSTRING='Samba'
|
||||
INTERFACES=' eth0'
|
||||
VPN=off
|
||||
ORANGE=off
|
||||
21
config/samba/default.shares
Normal file
21
config/samba/default.shares
Normal file
@@ -0,0 +1,21 @@
|
||||
[Temp]
|
||||
path = /var/samba/tmp
|
||||
comment = Temp
|
||||
browseable = yes
|
||||
writeable = yes
|
||||
create mask = 0777
|
||||
directory mask = 0777
|
||||
guest ok = yes
|
||||
public = yes
|
||||
force user = samba
|
||||
|
||||
[P2P]
|
||||
path = /var/samba/p2p
|
||||
comment = P2P
|
||||
browseable = yes
|
||||
writeable = yes
|
||||
create mask = 0777
|
||||
directory mask = 0777
|
||||
guest ok = yes
|
||||
public = yes
|
||||
force user = samba
|
||||
Reference in New Issue
Block a user