mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s4-python: Ensure we handle the no-eadb case for system xattrs in get/setntacl
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 19 20:51:16 CEST 2012 on sn-devel-104
This commit is contained in:
@ -37,6 +37,7 @@ def checkset_backend(lp, backend, eadbfile):
|
||||
posix_eadb = lp.get("posix:eadb")
|
||||
if posix_eadb is not None:
|
||||
return (samba.posix_eadb, lp.get("posix:eadb"))
|
||||
return (None, None)
|
||||
elif backend == "native":
|
||||
return (None, None)
|
||||
elif backend == "eadb":
|
||||
|
Reference in New Issue
Block a user