On Fri, 2013-05-24 at 19:02 +0200, Michael Wood wrote: > Hi > > You might try getting hold of one of the Samba developers on IRC and asking > them about this.
Hi It fails when the file system doesn't support acl's. It's one of those were it's both a uid and a gid: wbinfo --sid-to-name=S-1-5-32-544 BUILTIN\Administrators 4 wbinfo --sid-to-uid=S-1-5-32-544 3000000 wbinfo --sid-to-gid=S-1-5-32-544 3000000 ls -la /usr/local/samba/var/locks/sysvol total 20 drwxrwx---+ 3 root 3000000 4096 Apr 20 22:01 . drwxr-xr-x 3 root root 4096 Apr 20 22:02 .. drwxrwx---+ 4 root 3000000 4096 Apr 20 22:01 hh3.site getfacl /usr/local/samba/var/locks/sysvol getfacl: Removing leading '/' from absolute path names # file: usr/local/samba/var/locks/sysvol # owner: root # group: 3000000 user::rwx user:root:rwx group::rwx group:3000000:rwx group:3000001:r-x group:3000002:rwx group:3000003:r-x mask::rwx other::--- default:user::rwx default:user:root:rwx default:group::--- default:group:3000000:rwx default:group:3000001:r-x default:group:3000002:rwx default:group:3000003:r-x default:mask::rwx HTH Steve -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
