dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Mar 2008 09:08:10 +0000 (10:08 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 12 Apr 2008 07:14:09 +0000 (09:14 +0200)
commit5cea2bf3673c982bafeef4a8bbd3bd2ab73cc0c5
tree3a1a0b1e740f559ec24b9a883d5190c8ae12008d
parentaa6230de0d5f1875aa8c12c4fc017d3a40f90890
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
source/lib/dbwrap.c