Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly.
authorJeremy Allison <jra@samba.org>
Wed, 18 Mar 2009 21:31:56 +0000 (14:31 -0700)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2009 17:03:51 +0000 (18:03 +0100)
commit5213d02fbb248a961891ce561dd0b95ac30949ee
tree635083f56da08ce30d2d5ab15203e2fa941f3a44
parent7fb36ad10927d1650f0324f653c0624d0cd06618
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.
source/Makefile.in
source/passdb/pdb_tdb.c