1
0
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:
Andrew Tridgell
2009-09-10 17:45:25 +10:00
parent 25b68701c1
commit 9460427c24

View File

@ -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"