[Samba] Peculiar Samba permission denied error
Chris Smith
smb_77 at chrissmith.org
Tue Jun 15 08:35:19 MDT 2010
On Tue, Jun 15, 2010 at 9:47 AM, Benjamin Allen <ballen at jeffcolib.org> wrote:
> Is there anything else this could possibly be?
Did you try simplifying the share for testing purposes?
Remove a few lines, something like:
=================================
[xdrives]
comment = X Drive Repository
path = /share/samba/domain/home
browseable = yes
valid users = @OURDOMAIN+smb (this is a group)
hide unreadable = no
read only = no
=================================
Maybe even remove the valid users line (you're troubleshooting - it
may help to determine what's going on):
=================================
[xdrives]
comment = X Drive Repository
path = /share/samba/domain/home
browseable = yes
hide unreadable = no
read only = no
=================================
Also check that there is no 'valid users' line in the global section
(you didn't supply all of that section).
Chris
More information about the samba
mailing list