Wanna share a dir to win clients so that they can just map it locally without
providing any password or login or whatsover.
So far I'm at:
[foo]
path = /mnt/foo
guest ok = Yes
security = share
public = yes
writable = yes
force user = dexter
Still won't work, asks for auth.
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d--(+)@ s-:+ a- C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@
b++(+++) DI+++ D- G++ e* h>++ r* y?
------END GEEK CODE BLOCK------
http://www.stop1984.com
http://www.againsttcpa.com
Dexter Filmore wrote:> Wanna share a dir to win clients so that they can just map it locally without > providing any password or login or whatsover. > So far I'm at: > > [foo] > path = /mnt/foo > guest ok = Yes > security = share > public = yes > writable = yes > force user = dexter > > Still won't work, asks for auth. > > >Try it without the force user line. It's probably forcing everyone to use that username, which then requires a password. Also, check the actual filesystem permissions if you haven't already. TB