Fix bug 7590 - offline login fails because winbind deletes cache on every startup.
authorJeremy Allison <jra@samba.org>
Tue, 27 Jul 2010 08:54:01 +0000 (01:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 16 Aug 2010 05:27:34 +0000 (07:27 +0200)
commit9812b1a601c9ccc2a3e6c06b98c32730a32c787a
tree6e53af9bf43faa96c46fd3034182e838c2cd5805
parent9b9b46252ecf426467205908cb7ba487b7774b5b
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)
source3/lib/tdb_validate.c