s4-provision: Ensure the dummy main-domain DB used for DLZ has an @INDEXLIST
authorAndrew Bartlett <abartlet@samba.org>
Wed, 30 Aug 2017 03:30:04 +0000 (15:30 +1200)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Sep 2017 16:43:16 +0000 (18:43 +0200)
commit9516d4229f85c7f19e1af49f0cc36ac3656d5477
treeeb6b581873580eb3cd2028a1948553b67acdf263
parent24600e8e911cd8bec678282a29a7c5a8aefb9879
s4-provision: Ensure the dummy main-domain DB used for DLZ has an @INDEXLIST

The other databases are created from copies of the main provision, but this one
is not, so did not previously get a valid @INDEXLIST.

This is important as otherwise we will not correctly notice support for
the GUID index or new DSDB features in @SAMBA_DSDB as this is gated
on seeing @SAMBA_FEATURES_SUPPORTED in @INDEXLIST.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
python/samba/provision/sambadns.py