From 93e950caf8db42750869a0ec8a8d2bcb62a1d98d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 11 Jun 2012 14:02:03 +0200 Subject: s3: Add cli_state->pw_nt_hash Signed-off-by: Stefan Metzmacher --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index 3ebac4c52c..5694ed0888 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -87,6 +87,7 @@ struct cli_state { bool use_kerberos; bool fallback_after_kerberos; bool use_ccache; + bool pw_nt_hash; bool got_kerberos_mechanism; /* Server supports krb5 in SPNEGO. */ bool use_oplocks; /* should we use oplocks? */ -- cgit