OK, with Wolfgang advice I do:

[global]
        workgroup = G-BAPRO.NET
        server string = Samba Server Version %v
        netbiosname = bangkok
        security = user
        smb passwd file = /etc/samba/smbpasswd
        guest account = guest
[share]
        guest ok = yes
        path = /var/share
        writeable = yes

and execute from Windows desktop:

net use Z: \\bangkok\share

after that I put user=guest and password=1234

but I CAN'T ACCESS

"guest" is the name of a local Linux account and it's a samba user
(smbpasswd -a guest with pass "1234").

What can I do ???

Regards





On Fri, Feb 25, 2011 at 1:31 PM, Wolfgang Ratzka
<rat...@hrz.uni-marburg.de> wrote:
>>>> [global]
>>>>       (...)
>>>>        security = SHARE
>>>>       (...)
>
> security = SHARE is rather Windows95-ish and it does not work very well
> with newer Windows versions.
> Just try "security = user". Setting "guest ok = Yes" should give you
> anonymous access.
>
> Kind regards
> --
> Wolfgang Ratzka  Phone: +49 6421 2823531  FAX: +49 6421 2826994
> Uni Marburg,  HRZ, Hans-Meerwein-Str., D-35032 Marburg, Germany
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to