Hello, I'm running Samba 3.0.1 (compiled with acl) on a FreeBSD 5.1-machine mit UFS2 and ACL support. I created a directory "xyz" and set the acl as follows: setfacl -dm g:groupxyz:rwx xyz setfacl -dm g:admins:rwx xyz Now I copied some files into it. So they got the Default-ACLs. When I connect from a Windows XP client (logged in as "user1", member of the admins-group) to the samba, I cannot change the permissions of the directory. I always get a "permission denied" error. What have I done wrong? Thanks for your help Holger