http://bugzilla.novell.com/show_bug.cgi?id=565146 http://bugzilla.novell.com/show_bug.cgi?id=565146#c3 --- Comment #3 from Diego Ercolani <diego.ercolani@gmail.com> 2009-12-19 00:01:51 UTC --- For the ACLs I used this kind of instructions: find . -type f -exec setfacl -m g:CARSP\\gruppo_1:r-- '{}' ';' find . -type d -exec setfacl -m default:g:CARSP\\gruppo_1:r-x g:CARSP\\gruppo_1:rx '{}' ';' probably I tryied to set the default acl for normal files.... I don't remember, as the system is in production and I can't do many experiments For samba, I defined the share to use ACLs: inherit acls = Yes Is there any manner to obtain a sort of getfacl raw format reading? So I can verify on objects where getfacl fails. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.