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:11:24 +0000 (12:11 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:11:24 +0000 (12:11 -0700)
commit58d3ec1cb81d6086d65cd12acd16cd591cf0c71f
tree82cdfb5652c4e5ba2d9cd96953ac0f86014038b6
parent81d7d62c339c836ddd7053b5b3624ba36a2c0174
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.
source/include/dbwrap.h
source/lib/dbwrap.c
source/passdb/pdb_tdb.c