mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
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.
This commit is contained in:
parent
88f546dfd9
commit
a3d7534c86
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user