mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
move the repl_meta_data module up the ldb module stack
The repl_meta_data module needs to be above the linked_attributes module, to allow linked_attributes to do its magic
This commit is contained in:
@ -585,6 +585,7 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
|
|||||||
"password_hash",
|
"password_hash",
|
||||||
"operational"]
|
"operational"]
|
||||||
tdb_modules_list = [
|
tdb_modules_list = [
|
||||||
|
"repl_meta_data",
|
||||||
"subtree_rename",
|
"subtree_rename",
|
||||||
"subtree_delete",
|
"subtree_delete",
|
||||||
"linked_attributes",
|
"linked_attributes",
|
||||||
@ -610,7 +611,7 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
|
|||||||
tdb_modules_list = ["extended_dn_out_dereference"]
|
tdb_modules_list = ["extended_dn_out_dereference"]
|
||||||
|
|
||||||
elif serverrole == "domain controller":
|
elif serverrole == "domain controller":
|
||||||
backend_modules = ["repl_meta_data"]
|
backend_modules = []
|
||||||
else:
|
else:
|
||||||
backend_modules = ["objectguid"]
|
backend_modules = ["objectguid"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user