Fix bug 6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly.
commit42bd21e5fb3a3c44b91ebb6b4cfb758172c17097
authorJeremy Allison <jra@samba.org>
Wed, 18 Mar 2009 21:31:01 +0000 (18 14:31 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 12:06:54 +0000 (27 13:06 +0100)
tree1d2fa48353cda9c63db10a02e860439ebf8e3253
parentfc2b0122c3c04dc34f6e0a0c6bf1467e7e7a5241
Fix bug 6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly.
This is a really nasty one to fix as in order to successfully update the
passdb.tdb we must do the equivalent of a tdbbackup to move to the new hash
values before we do the upgrade.
Jeremy.
(cherry picked from commit b5d794d5de872bcf757c8021c103b6b3d320b8db)
source/Makefile.in
source/passdb/pdb_tdb.c