Okay this is my minimalistic smb.conf I use for my internal vmware(xp guest, gutsy tribe5 host) network.
It works fine with feisty (mint cassandra kde community) and worked with Tribe3 as well as pclinuxos 2007 and mepis 7.0 beta.
My shares are fat32.
Doing smb://myworkstation/myshare in konqueror brings up an authentication screen where I am supposed to login. I don't want that!
Now that the msdfs proxy = no plague has gone, have they hidden another bug somewhere else??
Anyone know what has changed and maybe how to fix it??
[global]
workgroup = myworkgroup
interfaces = eth0
map to guest = bad user
[Data]
path = /myshare
read only = no
guest ok = yes
case sensitive = no
strict locking = no
[HP880C]
printing = cups
path = /var/tmp
printable = yes
guest ok = yes
guest only = yes
workgroup = myworkgroup
interfaces = eth0
map to guest = bad user
[Data]
path = /myshare
read only = no
guest ok = yes
case sensitive = no
strict locking = no
[HP880C]
printing = cups
path = /var/tmp
printable = yes
guest ok = yes
guest only = yes
My shares are fat32.
Doing smb://myworkstation/myshare in konqueror brings up an authentication screen where I am supposed to login. I don't want that!
Now that the msdfs proxy = no plague has gone, have they hidden another bug somewhere else??
Anyone know what has changed and maybe how to fix it??
Comment