Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly.
commit9d60568ebb2ef7abf04eb17bc769296542f12bb7
authorJeremy Allison <jra@samba.org>
Wed, 18 Mar 2009 22:43:36 +0000 (18 15:43 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Apr 2009 07:07:24 +0000 (15 09:07 +0200)
treeae88c76935911494854b3167393b89a213114123
parent1272ead906d82b19fe22e4e4315be526bf062057
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 8e1c29a8be7ea21a6998b77e872bcef90160ee83)
source3/Makefile.in
source3/passdb/pdb_tdb.c