smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
authorAndrew Bartlett <abartlet@samba.org>
Mon, 12 Nov 2012 06:11:34 +0000 (17:11 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 13 Nov 2012 21:48:19 +0000 (22:48 +0100)
commitd6c7e9b1ed6f7befbb2239350bba4547ef781e58
treeff40ee12b658dbae88128852588f82b74d6f958d
parent236977bf4642c035bb22cfcd1cee481c5f6c6da1
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion

NT4 is long dead, and we should not change which ACL we return based
on what we think the client is.  The reason we should not do this, is
that if we are using vfs_acl_xattr then the hash will break if we do.
Additionally, it would require that the python VFS interface set the
global remote_arch to fake up being a modern client.

This instead seems cleaner and removes untested code (the tests are
updated to then handle the results of the modern codepath).

The supporting 'acl compatability' parameter is also removed.

Andrew Bartlett

Reviewed by: Jeremy Allison <jra@samba.org>
docs-xml/smbdotconf/vfs/aclcompatibility.xml [deleted file]
lib/param/param_functions.c
lib/param/param_table.c
source3/include/proto.h
source3/smbd/posix_acls.c
source3/smbd/proto.h
source4/libcli/pysmb.c
source4/scripting/python/samba/tests/posixacl.py