s4:provision - Change the module order to match Windows Server
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Thu, 20 Aug 2009 19:13:13 +0000 (21:13 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 7 Sep 2009 06:37:24 +0000 (08:37 +0200)
Tests show that Windows Server seems to do the access checks on the very last moment.

source4/scripting/python/samba/provision.py

index edce3914655aef21bc35f537d947ee1d28b15061..1fb78ab78e709ca41d59da90bd9a9f5b5c91da75 100644 (file)
@@ -581,7 +581,6 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
                     "rdn_name",
                     "objectclass",
                     "samldb",
-                    "kludge_acl",
                     "password_hash",
                     "operational"]
     tdb_modules_list = [
@@ -590,6 +589,7 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
                     "linked_attributes",
                     "extended_dn_out_ldb"]
     modules_list2 = ["show_deleted",
+                    "kludge_acl",
                     "partition"]
  
     domaindn_ldb = "users.ldb"