|
Why samba authenticatin asks me to enter guest passwd.
I have centos5.3 + samba3.0.33. When accessing samba public share,
I will be asked to enter guest passwd. But I just touch enter key
and can access the shared directory without passwd. After the first
access, I do not need to touch the enter key until the next reboot.
The following is my samba dump config file.
# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[SHARE001]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
dos charset = CP932
display charset = UTF-8
server string = File Server
security = SHARE
passdb backend = tdbsam
hosts allow = 192.168.11., 127.
[SHARE001]
path = /share001
read only = No
guest ok = Yes
|