Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly...
commit595e8876aecfab12b40fec5c9d8737af1b8a1bab
authorJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:11:24 +0000 (27 12:11 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 31 Mar 2009 14:17:06 +0000 (31 16:17 +0200)
treea706986339c9cebe8db326844e47b13103d76b6a
parent7bca88a1ae2145a9983fcb81e4e926341c5ebd5d
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 58d3ec1cb81d6086d65cd12acd16cd591cf0c71f)
source/include/dbwrap.h
source/lib/dbwrap.c
source/passdb/pdb_tdb.c