Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly...
commit8a5d0e0989ea0ba40b0d08752248c3d2e4fb061b
authorJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:09:51 +0000 (27 12:09 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 30 Mar 2009 10:02:44 +0000 (30 12:02 +0200)
treed06b082cdc03d7e28222e686c2f606847eec5d5d
parentf64d676dd13cf2c84d8e12dd07cad5fd77cc5891
Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly. For the clustering case.
Clustered setups should have only ever used
the unsigned version of TDB_DATA in the
first place so they can't be in this mess :-).
Just do the normal upgrade in the clustered case.
Jeremy.
(cherry picked from commit 52fe104996439db24a7e6b17baa7fec47ba230bb)
source/include/dbwrap.h
source/lib/dbwrap.c
source/passdb/pdb_tdb.c