Since 3.0.25 Samba report Permission Denied on directory root:smb rwx-wx--- (chmod 730). User initially as smb and group smb, i have to write directory, but no to read it. In Samba 3.0.24 it works. I'm tests all releases after 3.0.24, it dont works. Sorry for my very bad english :)
Did you define a "write list" for the affected share(s)? Since Samba 3.0.25 you need to prepend the domain prefix. Example: write list = @DOM\smb instead of write list = @smb
smb.conf ... [tmp] path = /var/data/smb/tmp public = yes writable = yes create mask = 0660 directory mask = 0770 ... Share content: .. user1 user1:smb 730 user2 user2:smb 730 user3 user3:smb 730 all smb:smb 770
(In reply to comment #2) > smb.conf > ... > [tmp] > path = /var/data/smb/tmp > public = yes > writable = yes > create mask = 0660 > directory mask = 0770 > ... > Share content: > .. > user1 user1:smb 730 > user2 user2:smb 730 > user3 user3:smb 730 > all smb:smb 770 > Yesterday i tested Samba 3.0.28, in logs with debug level 5: smbd/dir.c:OpenDir OpenDir: Can't open user1 Permission denied ... OpenDir: Can't open user2 Permission denied ... OpenDir: Can't open user3 Permission denied ...
this is probably not a bug, if you still have the issue, please consult the mailing list or another support option from https://www.samba.org/samba/support/