mirror of
https://github.com/samba-team/samba.git
synced 2025-07-02 20:59:09 +03:00
s4:provision: add the 'resolve_oids' on the top of the module stack
metze
This commit is contained in:
@ -575,7 +575,8 @@ def setup_samdb_partitions(samdb_path, setup_path, message, lp, session_info,
|
||||
# module when expanding the objectclass list)
|
||||
# - partition must be last
|
||||
# - each partition has its own module list then
|
||||
modules_list = ["rootdse",
|
||||
modules_list = ["resolve_oids",
|
||||
"rootdse",
|
||||
"paged_results",
|
||||
"ranged_results",
|
||||
"anr",
|
||||
|
Reference in New Issue
Block a user