s4: kludge_acl needs to be above repl_meta_data
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Sep 2009 07:45:25 +0000 (17:45 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Sep 2009 07:45:25 +0000 (17:45 +1000)
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

index ca38a8580527c3d044b5cefb93fffd3f3ffe3e10..0ed2a57bb646da44f4b3ad789e6f29edf11ec3a9 100644 (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"