I've added in: username map = /etc/samba/smbusers

[r...@vm-stusrv ~]# more /etc/samba/smbusers
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator
nobody = guest

Restarted smb.

No luck.

Thanks all for the help so far though!

Mike


On Wed, Jun 30, 2010 at 9:59 AM, Chris Smith <smb...@chrissmith.org> wrote:

> On Wed, Jun 30, 2010 at 10:45 AM, Michael Lyon <mjl...@gmail.com> wrote:
> > I've simplified the share as you noted, and still have the same results.
>  If
> > I create a file/folder on the linux side, I can read it without a
> problem.
> >  Once I map as a Window$ client, I cannot write.
>
> You have 'public = yes' which is the synonym for 'guest ok = yes' ,
> therefore anyone should be able to write. Let's make sure we have
> proper guest capabilities by adding 'username map' parameter and its
> associated file. For example:
> In global:
> username map = /etc/samba/smbusers
>
> Contents of  /etc/samba/smbusers:
> root = administrator
> nobody = guest
>
> And as the guest account is nobody make sure that the nobody account is
> valid.
>
> Restart Samba and if you still have trouble it looks to be a
> permissions issue on the nix side.
>
> Chris
>
-- 
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