[Samba] Access to a share resource without password

J. L. Cabral jelocabral at gmail.com
Fri Feb 25 09:49:26 MST 2011


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
<ratzka at 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
>


More information about the samba mailing list