Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly...
commit0a755458510afe8016fc1e8cc64211a4689c403f
authorJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:12:30 +0000 (27 12:12 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Apr 2009 07:07:43 +0000 (15 09:07 +0200)
tree15140f07c320512c5cd8be7688859241207a09a5
parent0a41c40cee434cb36935fc30d44afd894eaf1ba0
Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly. For the clustering case.
Clustered setups should have only ever used
the unsigned version of TDB_DATA in the
first place so they can't be in this mess :-).
Just do the normal upgrade in the clustered case.
Jeremy.
(cherry picked from commit ede0f69a97abd4f1cb7870b2da65d9198d20c7ad)
source3/include/dbwrap.h
source3/lib/dbwrap.c
source3/passdb/pdb_tdb.c