Re: [Samba] Problem with ACL and Samba

2007-12-20 Thread Felipe Tocchetto
Hey Robert Thanks for your mail, here is what a did: 1. Set the ACLs to all dirs and files in the ADM dir: find adm/ -type f -exec setfacl -m g:administ:rwx {} \; find adm/ -type f -exec setfacl -m g:administ:rwx {} \; 3. Setting the default ACLs to the ADM dir: setfacl -d -m

Re: [Samba] Problem with ACL and Samba

2007-12-19 Thread Greg Byshenk
On Tue, Dec 18, 2007 at 10:15:42PM -0200, Felipe Tocchetto wrote: I am facing a strange problem that I could not solve, so, maybe you can help me. Look at this situation: I created a new directory with those ACLs (through Samba using Windows XP) [EMAIL PROTECTED] /home/smb/adm]#

Re: [Samba] Problem with ACL and Samba

2007-12-19 Thread Felipe Tocchetto
Hey Greg, thanks your reply: I put the defaults acls in my previous email, take a look: [EMAIL PROTECTED] /home/smb/adm]# getfacl -d teste #file:teste #owner:1002 #group:1006 user::rwx group::rwx group:suporte:rwx group:administ:rwx mask::rwx other::--- The default acls have the entries:

Re: [Samba] Problem with ACL and Samba

2007-12-19 Thread Greg Byshenk
On Wed, Dec 19, 2007 at 08:57:41AM -0200, Felipe Tocchetto wrote: I put the defaults acls in my previous email, take a look: [EMAIL PROTECTED] /home/smb/adm]# getfacl -d teste #file:teste #owner:1002 #group:1006 user::rwx group::rwx group:suporte:rwx group:administ:rwx mask::rwx

Re: [Samba] Problem with ACL and Samba

2007-12-19 Thread Cybionet
Greeting Felipe, Here a solution for your problem (I hope so). It works for me with MSOffice 2000/2003. First you need to set the POSIX rights before ACL(EA). These rights will be the base for your real permissions. - Create your folder, and set 2775 or 2770 permissions. - The assign the

[Samba] Problem with ACL and Samba

2007-12-18 Thread Felipe Tocchetto
Dear All I am facing a strange problem that I could not solve, so, maybe you can help me. Look at this situation: I created a new directory with those ACLs (through Samba using Windows XP) [EMAIL PROTECTED] /home/smb/adm]# getfacl teste #file:teste #owner:1002 #group:1006 user::rwx group::rwx