r10792: Fix the "schannel not stored across client disconnects" problem.
authorJeremy Allison <jra@samba.org>
Fri, 7 Oct 2005 01:46:19 +0000 (01:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:54 +0000 (11:04 -0500)
commite127501d4589a5a9c92e2f400fc67bda5a8e6855
tree69886234b25530aaa8a7027e8aeb96cc93d822d3
parent8cbe35f6f8fea2757fb3df49c2b9baa94cf5fe84
r10792: Fix the "schannel not stored across client disconnects" problem.
Based on the Samba4 solution - stores data in
$samba/private/schannel_store.tdb.
This tdb is not left open but open and closed on demand.
Jeremy.
(This used to be commit a6d8a4b1ff31c5552075455dbd98cb58795958a9)
source3/include/secrets.h
source3/passdb/secrets.c
source3/rpc_server/srv_netlog_nt.c
source3/rpc_server/srv_pipe.c