Re: [Samba] ACLs on a directory on GPFS

2013-02-01 Thread Jonathan Buzzard
On Thu, 2013-01-31 at 15:41 -0500, Andras Frankel wrote: Hello, I am using the vfs_gpfs samba module to map ACLs through samba. It works fine on files, but directory ACLs are ignored. Ex: getfacl /sb/share/myplace/ file: sb/share/myplace/ owner: root group: root user::rwx

Re: [Samba] ACLs on a directory on GPFS

2013-02-01 Thread Andras Frankel
No, that didn't change anything. Still can't access directories (it works fine with files.) On 02/01/2013 01:27 AM, Pacher Dragos wrote: Does it work if you remove the map acl inherit = yes ? No, that didn't change anything. Still can't access directories (it works fine with files.) What

Re: [Samba] ACLs on a directory on GPFS

2013-02-01 Thread Andras Frankel
Jonathan, Thanks I tried your suggestion, but still no luck. I created a new directory myplace2, I used mmeditacl to set the ACLs : mmgetacl myplace2/ #owner:root #group:root user::rwxc group:: other:: mask::rwxc user:afrankel:rwxc Same thing, permission denied. I even changed my fs

[Samba] ACLs on a directory on GPFS

2013-01-31 Thread Andras Frankel
Hello, I am using the vfs_gpfs samba module to map ACLs through samba. It works fine on files, but directory ACLs are ignored. Ex: getfacl /sb/share/myplace/ file: sb/share/myplace/ owner: root group: root user::rwx user:afrankel:rwx group::--- mask::rwx other::--- When I try to access this