winbindd and copying NT files/ACLs

Rob Helmer robert at namodn.com
Mon Jan 14 15:04:04 GMT 2002


Hello,


I am interested in moving an Windows 2000 fileserver's files
over to a Debian 2.2 server running Samba 2.2.2.

I have ACL support compiled into kernel 2.2.20, and with winbindd
running I can attach ACLs attached to usernames from the PDC, which
works great.

However, if I copy a folder from the 2000 server to the Samba server,
the ACLs seem to be reset, is a network file copy supposed to preserve ACLs
in 2000? If so, does this work/not work with Samba currently?

I searched the archives but didn't see any direct hits. Feel free
to point me back there if this has been discussed. I'll attach my
[global] config too; I have seen some example configs that don't use
"nt acl support = yes" with winbindd as I currently am, but 2000
does not seem to show the "Security" tab in the properties for a file
or folder if I do not have this option.


Thanks!

-- begin smb.conf --

[global]
        workgroup = WORKGROUP
	netbios name = DEV
	netbios aliases = fileserver
	bind interfaces only = yes
	interfaces = 10.0.0.1/24 10.0.0.2/24
	encrypt passwords = Yes
	hosts allow = All
	log level = 2
	domain master = false
	preferred master = false
	local master = No
	security = domain
	password server = PDC
	add user script = /usr/local/samba/bin/add_user %u
	nt acl support = yes
	winbind separator = +
	winbind cache time = 10
	template shell = /bin/bash
	template homedir = /home/%D/%U
	winbind uid = 10000-20000
	winbind gid = 10000-20000
	domain admin group = rhelmer
	root = administrator
-- end smb.conf --




More information about the samba mailing list