s4:dsdb Search for the schema with dsdb_module_search(), in schema_fsmo
authorAndrew Bartlett <abartlet@samba.org>
Fri, 9 Oct 2009 22:10:03 +0000 (09:10 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 Oct 2009 05:51:02 +0000 (16:51 +1100)
commitc9f70fc3c7a6a44696a64ca40eca6e1995db35b9
treea6d80b211801e63dafc65198d4cd5af0fcac014a
parent1e5562ff0410c1cedb2279eb7e0362f8d3867972
s4:dsdb Search for the schema with dsdb_module_search(), in schema_fsmo

This avoids using an ldb_search(), which would run from the top of the
module stack.  This will help us load the schema before the partitions
are initialised.

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/schema_fsmo.c
source4/dsdb/schema/schema_init.c