Yeah, I started that thread too. 😉
I found a workaround via the mac-os-x-Server list:
> The workaround is to append the following lines to /etc/smb.conf:
>
> [global]
> acl check permissions = no
>
> See smb.conf(8) for a detailed explanation of what Samba is trying to
> do. the problem arises because Darwin ACLs are closer to Windows ACLs
> that to POSIX ACLs, so Samba doesn’t quite get the access check
> correct on Darwin.
This will tell SMB to disregard ACL’s. I’m sure there must be some drawback to that, however. But it does make the server useful for Windows clients, which is better than it is now.
Recent Comments