mirror of
https://github.com/samba-team/samba.git
synced 2025-07-06 08:59:08 +03:00
s4: kludge_acl needs to be above repl_meta_data
We have to bypass kludge_acl in replication as otherwise we aren't allowed access to the password entries
This commit is contained in:
@ -577,14 +577,14 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
|
||||
"objectclass",
|
||||
"samldb",
|
||||
"password_hash",
|
||||
"operational"]
|
||||
"operational",
|
||||
"kludge_acl"]
|
||||
tdb_modules_list = [
|
||||
"subtree_rename",
|
||||
"subtree_delete",
|
||||
"linked_attributes",
|
||||
"extended_dn_out_ldb"]
|
||||
modules_list2 = ["show_deleted",
|
||||
"kludge_acl",
|
||||
"partition"]
|
||||
|
||||
domaindn_ldb = "users.ldb"
|
||||
|
Reference in New Issue
Block a user