Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly.
commit727b20ac9b25ebe4ff37d68f88a6a260d5fe2535
authorJeremy Allison <jra@samba.org>
Wed, 18 Mar 2009 21:31:56 +0000 (18 14:31 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 13:15:35 +0000 (27 14:15 +0100)
tree08b5b786110b6c2de6617158e24421fecd1001a4
parentfd2420d28d57569a676004875879c00461ec2436
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 a549aee12f33dc91f0cc32612516025eb212fb66)
source/Makefile.in
source/passdb/pdb_tdb.c