Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly...
authorJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:12:30 +0000 (12:12 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:12:30 +0000 (12:12 -0700)
commitede0f69a97abd4f1cb7870b2da65d9198d20c7ad
treea43085c2fba213e67ecbd4b8729a7f565eced693
parentd3289c3e7df5951c1634642f026fc7873579b235
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.
source3/include/dbwrap.h
source3/lib/dbwrap.c
source3/passdb/pdb_tdb.c