Hi, the command "samba-tool ntacl get --as-sddl" always returns "ERROR: Unable to read domain SID from configuration files" Does this command only work in AD-DC mode? Is there another way to transfer the complete ntacl info in Linux from one file to others? I'm using Samba 4.1.6 of Ubuntu 14.04 with server role = classic primary domain controller vfs objects = acl_xattr nt acl support = yes map acl inherit = true Klaus
Hi Klaus, On Tue, 27 May 2014 10:37:17 +0200, Klaus Hartnegg wrote:> the command "samba-tool ntacl get --as-sddl" always returns > "ERROR: Unable to read domain SID from configuration files" > > Does this command only work in AD-DC mode? > Is there another way to transfer the complete ntacl info in Linux from > one file to others?smbcacls should fit your purpose. See the man page for details. Cheers, David