samba-tool: Remove --use-xattrs support without --use-ntvfs
authorAndrew Bartlett <abartlet@samba.org>
Sun, 4 Sep 2016 09:33:30 +0000 (21:33 +1200)
committerGarming Sam <garming@samba.org>
Tue, 6 Sep 2016 02:21:42 +0000 (04:21 +0200)
commitaef1d45c9a3af5ac9a5f262604d1f364c397875c
treebe913a209c500f041fb1e944f9b2ac89bc0901aa
parent7c84cb54fc34bdd1c4d79cd6b588256c9bacc705
samba-tool: Remove --use-xattrs support without --use-ntvfs

The only reasonable use --use-xattrs=no should be used is in selftest,
and there is no need for that or --use-xattrs=auto without
--use-ntvfs, all systems we support in production for the AD DC have
xattrs, as using smbd needs posix ACLs.

This also removes the option entirely if NTVFS support is omitted from
the build.

I would prefer to get rid of the option, but currently selftest relies
on the default of --use-xattrs=auto, and we first should get rid of
that auto-detection, which will then mean we need --use-xattrs=no
specified wherever we specify --use-ntvfs.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Autobuild-User(master): Garming Sam <garming@samba.org>
Autobuild-Date(master): Tue Sep  6 04:21:42 CEST 2016 on sn-devel-144
python/samba/netcmd/domain.py