samba-tool: Remove --use-xattrs support without --use-ntvfs

Enterprise / Samba - Andrew Bartlett [samba.org] - 5 September 2016 21:21 UTC

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.

aef1d45 samba-tool: Remove --use-xattrs support without --use-ntvfs
python/samba/netcmd/domain.py | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)

Upstream: gitweb.samba.org


  • Share