設好卻 samba 無法進入 - BBS

Table of Contents

我想開個大 raid 讓家人可以將所有東西都放進來
所以不需要設密碼使用者什麼的
這是我的 smb.conf

[global]
workgroup = MSHOME
server string = Samba
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
dns proxy = No

[homes]
comment = Home Directories
read only = No
browseable = No

[Public]
comment = Public
path = /data/samba
read only = No
public = Yes

而使用 testparam 時卻出現

[global]
workgroup = MSHOME
server string = Samba
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
load printers = No
dns proxy = No

[homes]
comment = Home Directories
read only = No
browseable = No

[Public]
comment = Public
path = /data/samba
read only = No
guest ok = Yes
^^^^^^^^^^^^^^

和我設的不太相同
當大家要進入 Public 時出現要輸入密碼的小窗
這是怎麼回事呢?

以前我都是直接將 default 的 smb.conf 中的 [tmp] 改改目錄就得到我要的樣子
這回和以前的設定沒有差別但是使用上就和以前不同
請大家幫忙

--

All Comments