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)
committerMichael Adam <obnox@samba.org>
Tue, 31 Mar 2009 10:57:41 +0000 (12:57 +0200)
commitcddfcff865c960cf18a3e9ec744108e7c03553e8
tree51fe4c5ebdb651a406ed4c64d31fe1f88d61ef55
parent18b1b84d040861f40c3e4d52a8a951acf54f6c4d
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 58d3ec1cb81d6086d65cd12acd16cd591cf0c71f)
source/include/dbwrap.h
source/lib/dbwrap.c
source/passdb/pdb_tdb.c