Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly...
commit52fe104996439db24a7e6b17baa7fec47ba230bb
authorJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:09:51 +0000 (27 12:09 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 27 Mar 2009 19:09:51 +0000 (27 12:09 -0700)
tree39157cbeefbaa1991ce5389102f3bf7eaec261f6
parent7fa853e490be446a6da2086e1749b59a8f741e09
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