1
0
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:
Stefan Metzmacher
2009-09-19 07:54:59 +02:00
parent 7fbd18a9dd
commit 93e1e8bec9

View File

@ -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",