Re: [Samba] subdirectories with different permissions

2007-03-02 Thread Cleber P. de Souza
Yes. The inside permissions can be specified using acl command setfacl for the right group/person. use getfacl to check the applied permissions. On 3/1/07, Matt Ingram [EMAIL PROTECTED] wrote: how would I configure the samba share? [colours] comment = colours path =

[Samba] subdirectories with different permissions

2007-03-01 Thread Matt Ingram
Several users keep asking for a similar setup, and I'm wondering if there's a way to achieve it with a single samba share. They'll ask for a single share drive the has multiple subdirectories with each subdirectory having different permissions based on groups. So say you have a share called

Re: [Samba] subdirectories with different permissions

2007-03-01 Thread Matt Ingram
how would I configure the samba share? [colours] comment = colours path = /over/there valid users = @group1 @group2 and then the file system takes care of the r/w perms and forcing the proper group ? Thanks, Matt. Cleber P. de Souza wrote: You can accomplish this

Re: [Samba] subdirectories with different permissions

2007-03-01 Thread Cleber P. de Souza
You can accomplish this using ACL on the filesystem and setting up the properly permissions on these directories. On 3/1/07, Matt Ingram [EMAIL PROTECTED] wrote: Several users keep asking for a similar setup, and I'm wondering if there's a way to achieve it with a single samba share. They'll