From a3d7534c86e710bb9ce51f16527772925c816c63 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 20 Aug 2009 21:13:13 +0200 Subject: s4:provision - Change the module order to match Windows Server Tests show that Windows Server seems to do the access checks on the very last moment. --- source4/scripting/python/samba/provision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index edce391465..1fb78ab78e 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -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" -- cgit