From 9460427c24078aecdce602dd4cbd59a6c49a781c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Sep 2009 17:45:25 +1000 Subject: 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 --- source4/scripting/python/samba/provision.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/scripting/python') diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index ca38a85805..0ed2a57bb6 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -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" -- cgit