s4 samdb: pass ldb options to ldb_module_connect_backend
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 4 Jul 2019 02:22:29 +0000 (14:22 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 4 Jul 2019 10:02:23 +0000 (10:02 +0000)
commit7d17dbd10eb203bd48183fd3527165f244bbf4c4
tree4da2da88de5aba420b6fcf41b2a0be2cad392494
parent32f2e390e473f01c693d3140d30e20850e87b4c0
s4 samdb: pass ldb options to ldb_module_connect_backend

Pass the ldb options into ldb_module_connect_backend, to ensure ldb
options such as "batch mode" and "transaction index cache size" get passed
through to the backend modules.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/partition_init.c