dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"
commit138b58bcec67e4a45cfa28213fc667504755a894
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Mar 2008 09:08:10 +0000 (26 10:08 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 12 Apr 2008 07:14:09 +0000 (12 09:14 +0200)
tree64144779344b1388b9775aeb9eb7e1bfa84fec33
parentdfb181ab732e0a43accb3b1b328617701fc3e566
dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"

For clustered setups you need to disable the ctdb backend for each
tdb which should use the tdb2 backend (e.g. ctdb:registry.tdb=no).

To disable tdb2 per tdb use something like "tdb2:passdb.tdb=no"

metze
(This used to be commit 5cea2bf3673c982bafeef4a8bbd3bd2ab73cc0c5)
source3/lib/dbwrap.c