|
有网友让我加入public = yes,但还是没有用。而且'public''等同于'guest ok'
我是FC6的,防火墙都关了,SMB服务也是运行的。
别人可以看到我的共享名,打开后可看到共享文件夹,但无法打开文件夹
[Owner@Samba xinetd.d]$ cat /etc/samba/smb.conf
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2007/03/05 13:58:30
[global]
server string = Server
security = SHARE
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = No
cups options = raw
[printers]
comment = All Printers
path = /usr/spool/samba
printable = Yes
browseable = No
[shares]
comment = My share document
path = /home/Owner/shares
read only = No
guest ok = Yes
[Owner@Samba xinetd.d]$
=====================================================
[Owner@Samba xinetd.d]$ testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[printers]"
Processing section "[shares]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
server string = Server
security = SHARE
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = No
cups options = raw
[printers]
comment = All Printers
path = /usr/spool/samba
printable = Yes
browseable = No
[shares]
comment = My share document
path = /home/Owner/shares
read only = No
guest ok = Yes
[Owner@Samba xinetd.d]$ |
|