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 22:43:36 +0000 (15:43 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 18 Mar 2009 22:43:36 +0000 (15:43 -0700)
commit8e1c29a8be7ea21a6998b77e872bcef90160ee83
tree0089bcea0638612359c81d5f01c6d03ad18bab09
parent91216ffa95b4ed53e54b11665e96b911cb4e4ab5
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.
source3/Makefile.in
source3/passdb/pdb_tdb.c