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:13:13 +0000 (12:13 -0700)
commitd942d248d6207312226d597a59c4772aaae614b1
treeaa508fc245a9857bcc1869c22adfbb8aca4bbec6
parent66b97d36b9a086f2ef76f2d42a07bfdbdaa0f00d
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