|
|

楼主 |
发表于 2004-11-9 11:13:15
|
显示全部楼层
[global]
log file = /var/log/samba/%m.log
load printers = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
deny hosts = 192.168.3.
username map = /etc/samba/user.map
encrypt passwords = yes
allow hosts = 192.168.2. 127.
dns proxy = no
netbios name = linux
server string = Samba Server
printing = hpux
path = /tmp/下载
workgroup = mylinux
os level = 20
printcap name = /etc/printcap
security = user
max log size = 50
[home]
browseable = no
comment = 用吧。linux
writeable = no
valid users = %S
[printers]
guest account = printer
comment = All Printers
browseable = no
printable = yes
public = yes
path = /var/spool/samba
[tmp]
comment =aaaa
path =/tmp
read only =no
public =yes
[public]
comment =public stuff
path = /home/samba
pubic= yes
writable = yes
printable = no
write list = @staff |
|