|
|

楼主 |
发表于 2005-10-20 13:50:30
|
显示全部楼层
[global]
workgroup = Mygroup
server string = Samba Server
unix charset = cp936
dos charset = cp936
log file = /var/log/samba/%m.log
max log size = 50
security = share
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
winbind use default domain = no
[homes]
comment = Home Directories
browseable = no
writable = yes
[tmp]
path = /u1/hos08/tmp
read only = yes
public = yes
guest ok = yes
writable = no
[file]
path = /u1/hosfile
read only = yes
guest ok = yes
writable = no
public = yes |
|