A user, member of a specific group, has no access to a directory, although there is an ACL which allows access for this group. This happens on a GPFS share with "all" ACL semantics (posix and nfs4 mode). With nfs4 it is working correctly. Example ACL: # owner: root # group: root user::rwx group::rwx group:zgroup:rwx mask::rwx other::--- Patch follows up. Björn
Created attachment 7668 [details] fix for bug 9003 - samba 3.5
Comment on attachment 7668 [details] fix for bug 9003 - samba 3.5 Great that this subtle bug is finally fixed!
==> Karolin for 3.5.NEXT Or do you need another official "review +" here in bugzilla? Volker has just debugged and coded this with Björn (see the patch author).
Comment on attachment 7668 [details] fix for bug 9003 - samba 3.5 Looks good, please also pick this for 3.6 if it applies
(In reply to comment #4) > Looks good, please also pick this for 3.6 if it applies Applies on v3-6-test.
(In reply to comment #5) > (In reply to comment #4) > > Looks good, please also pick this for 3.6 if it applies > > Applies on v3-6-test. It's commit e7b58146d8576ae8bf4eaf2ec1063fe7697e05b8 in master
Pushed to v3-6-test and v3-5-test. Closing out bug report. Thanks!