On Fri, 30 Jul 2010 12:02:43 -0400, Christian PERRIER
<[email protected]> wrote:
>Look in log files in /var/log/samba, there should be indications
>there. Eventually raise the log level to 3 before doing so.

Thanks, I figured it out:

1. Since 'smbpassd - "www-data"' triggered an error, I simply added
user "gilles" to group "www-data" which owns /var/www/

2. Edited /etc/samba/smb.conf:
============
[global]
[...]
;guest account = www-data

[www]
comment = WWW directory
path = /var/www
browsable = yes
;guest ok = yes ;access will be permitted as the default guest user
read only = no
;create mask = 0755
available = yes
public = yes
writable = yes
create mask = 0644
============

I can now create and delete files.

BTW, since I understand that there two levels in access rights (Samba
and Linux), is there a utility that checks this and shows what a given
user can do on a Samba share?

Thanks for the help.

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