|
|
我的samba配置完成后2000可以访问我的共享文件和使用打印机
而XP和98则要密码 不知道怎么办了
我的配置文件如下
[global]
workgroup = aa
server string = Samba Server
hosts allow = 192.168.0.
printcap name = /etc/printcap
load printers = yes
log file = /var/log/samba/%m.log
max log size = 1000
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
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[public]
path = /mnt/hahaha
public = yes
only guest = yes
writable = yes
printable = no
帮我看一下 谢谢 |
|