s4-dsdb: Ensure we have indexing enabled during the provision
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Aug 2012 04:33:49 +0000 (14:33 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Aug 2012 06:20:36 +0000 (08:20 +0200)
commita117fd6d11aef5360a1af1fc6da542829da8b7b0
treeb7928e8e30b96586c6a578b61feb6283015a0dba
parentef87b4e4f10eb7d5974cb0e0861648d537153a00
s4-dsdb: Ensure we have indexing enabled during the provision

Because we set the schema before we connected the ldb to a file, the @INDEX records
were not added until next startup.  This cost 100% more time in running provision on
my laptop.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Aug  9 08:20:36 CEST 2012 on sn-devel-104
source4/scripting/python/samba/provision/__init__.py