s4:provision Avoid one more call to ltdb_reindex
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Aug 2009 01:33:25 +0000 (11:33 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 17 Aug 2009 01:47:14 +0000 (11:47 +1000)
commit5f917d5f177401edbe0c11fd98f2e9203136de32
treeaf57e19026148b46c0a891bf5946860c2c87b780
parent148290a8099153cfb8572c2ce3acec614f3fbf25
s4:provision Avoid one more call to ltdb_reindex

The Samba4 schema code (called via
samdb.set_schema_from_ldb(schema.ldb)) manages the @ATTRIBUTES and
@INDEXLIST records, so don't wipe them early.  The chances are that we
will not change them anyway.

Andrew Bartlett
source4/scripting/python/samba/__init__.py
source4/scripting/python/samba/provision.py