s4: check that the xattr are supported in the folder where we want to provision
commita1767f74afc0037d188a8ed578ce68a7e3cd07f3
authorMatthieu Patou <mat@matws.net>
Fri, 14 Oct 2011 09:22:20 +0000 (14 11:22 +0200)
committerMatthieu Patou <mat@matws.net>
Sat, 15 Oct 2011 22:01:36 +0000 (16 00:01 +0200)
treeb597f6cd903e932258e2d74299ed251399edb4c2
parente02f9510d039242ac012658aa67e235c68d45fe1
s4: check that the xattr are supported in the folder where we want to provision

By default we were checking this on the default folder for
tempfile.NamedTemporaryFile (usualy /tmp) but this folder can be mounted
on tmpfs (which didn't support xattr currently). Now we should check on
the filesystem where the provision will be done.
source4/scripting/python/samba/netcmd/domain.py
source4/setup/provision