make the schannel creentials persistent
authorAndrew Tridgell <tridge@samba.org>
Mon, 29 Sep 2008 21:04:48 +0000 (14:04 -0700)
committerAndrew Tridgell <tridge@samba.org>
Mon, 29 Sep 2008 21:04:48 +0000 (14:04 -0700)
this makes testing with the WSPP test suite much easier over samba
restarts

source4/auth/gensec/schannel_state.c

index 0388b3caf69536b78337b8a581764aed8da27da2..64c21d0c3e195d08e01e581e4f47e7ac61f764b9 100644 (file)
@@ -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;
        }