git.samba.org
/
amitay
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbd18a
)
s4:provision: add the 'resolve_oids' on the top of the module stack
author
Stefan Metzmacher
<metze@samba.org>
Sat, 19 Sep 2009 05:54:59 +0000
(07:54 +0200)
committer
Stefan Metzmacher
<metze@samba.org>
Sun, 20 Sep 2009 04:44:18 +0000
(06:44 +0200)
metze
source4/scripting/python/samba/provision.py
patch
|
blob
|
history
diff --git
a/source4/scripting/python/samba/provision.py
b/source4/scripting/python/samba/provision.py
index 065677fa68c2138a467e73ee9865c767f6020578..50858b928b248ac1c138171a2d4d23bd7d509ea3 100644
(file)
--- a/
source4/scripting/python/samba/provision.py
+++ b/
source4/scripting/python/samba/provision.py
@@
-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",