From: Andrew Tridgell Date: Mon, 29 Sep 2008 21:04:48 +0000 (-0700) Subject: make the schannel creentials persistent X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a270ddb6e3d5bd5b72558809877d27c3c344797d;p=thirdparty%2Fsamba.git make the schannel creentials persistent this makes testing with the WSPP test suite much easier over samba restarts --- diff --git a/source4/auth/gensec/schannel_state.c b/source4/auth/gensec/schannel_state.c index 0388b3caf69..64c21d0c3e1 100644 --- a/source4/auth/gensec/schannel_state.c +++ b/source4/auth/gensec/schannel_state.c @@ -44,7 +44,7 @@ struct ldb_context *schannel_db_connect(TALLOC_CTX *mem_ctx, struct event_contex "computerName: CASE_INSENSITIVE\n" \ "flatname: CASE_INSENSITIVE\n"; - path = smbd_tmp_path(mem_ctx, lp_ctx, "schannel.ldb"); + path = private_path(mem_ctx, lp_ctx, "schannel.ldb"); if (!path) { return NULL; }