[Samba] still ACL bug in 3.0.14a

Jeremy Allison jra at samba.org
Fri Apr 15 18:28:37 GMT 2005


On Fri, Apr 15, 2005 at 12:03:06PM -0500, Tom Schaefer wrote:
> 
> The problem is totally reproducible across different boxes here and even
> using the most very basic of a smb.conf.  User schaefer should be able to
> connect to his home share, go into his tmp/crap/ folder and create,
> modify, and delete files as he pleases.  In any Samba 3.0.11 or prior he
> can.  Haven't tried 3.0.12.  3.0.13 and 3.0.14a he can't...
> 
> root at huckfinn:/accounts/staff/schaefer/tmp bash# ls -ld crap
> d---------+  2 root     root         512 Apr 15 11:15 crap/
> 
> root at huckfinn:/accounts/staff/schaefer/tmp bash# getfacl crap
> 
> # file: crap
> # owner: root
> # group: root
> user::---
> group::---              #effective:---
> group:203:rwx           #effective:rwx
> group:cfusion:rwx               #effective:rwx
> mask:rwx
> other:---
> 
> root at huckfinn:/accounts/staff/schaefer/tmp bash# id schaefer
> uid=241(schaefer) gid=60003(cfusion)

Ok, I'm trying to reproduce this here with a Windows XP Professional SP2
box and Linux ext3+ea+acl filesystem and I can't.

Here is my test setup :

# ls -ld /tmp/crap
d---rwx---+ 2 root root 4096 Apr 15 11:05 /tmp/crap

# getfacl crap

# file: crap
# owner: root
# group: root
user::---
user:jeremy:rwx
group::---
group:jeremy:rwx
mask::rwx
other::---

User jeremy can create/delete and modify files from a cmd.exe shell
and Windows explorer to his hearts content, no problems.

It's possible this is a Solaris specific issue. Can you reproduce
the problem with 3.0.14a on a Linux box ?

Jeremy.


More information about the samba mailing list