Fix bug 7590 - offline login fails because winbind deletes cache on every startup.
commitbd20f12ae607751e7c0ceed197c8a290876a5d93
authorJeremy Allison <jra@samba.org>
Tue, 27 Jul 2010 08:54:01 +0000 (27 01:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Jan 2011 16:58:51 +0000 (13 17:58 +0100)
tree51675473e230263daaf6d28ee61fcbc70095f298
parent97f779df539808cb2b08cbfb2f39f4e375bcd9ac
Fix bug 7590 - offline login fails because winbind deletes cache on every startup.

Sync lib/tdb_validate.c with the change in current master.
Change tdb_validate_open() to always use O_RDWR instead of O_RDONLY,
as (from the bug report): "db_check() will always return failure for a read-only database.
Silently, without any log output, when _tdb_lockall() fails."

Jeremy.
(cherry picked from commit 39cb903463d8a3fcabd9e148112bf5cf81744130)
(cherry picked from commit 9812b1a601c9ccc2a3e6c06b98c32730a32c787a)
source3/lib/tdb_validate.c