summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/ntacls.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-17 21:50:06 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-17 23:55:39 +1100
commit1645190b1c0a4708cb3110bc94c1b9ec3e0d77e4 (patch)
tree64506573c30e6c0650374451519d75c96a93e1b5 /source4/scripting/python/samba/ntacls.py
parent333975d84f1f5016ad8d61c8107ef76e43af0c7e (diff)
downloadsamba-1645190b1c0a4708cb3110bc94c1b9ec3e0d77e4.tar.gz
samba-1645190b1c0a4708cb3110bc94c1b9ec3e0d77e4.tar.bz2
samba-1645190b1c0a4708cb3110bc94c1b9ec3e0d77e4.zip
s4-provision: don't test for xattrs if posix:eadb is set
when it is set in smb.conf or on the command line, obey the setting and don't try to test for system xattr support
Diffstat (limited to 'source4/scripting/python/samba/ntacls.py')
-rw-r--r--source4/scripting/python/samba/ntacls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/ntacls.py b/source4/scripting/python/samba/ntacls.py
index bccc7b6b72..9bf5cfe3d7 100644
--- a/source4/scripting/python/samba/ntacls.py
+++ b/source4/scripting/python/samba/ntacls.py
@@ -28,6 +28,7 @@ class XattrBackendError(Exception):
def checkset_backend(lp, backend, eadbfile):
+ # if posix:eadb is set, then force the backend
if backend is not None:
if backend == "native":
lp.set("posix:eadb", "")