summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting')
-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", "")