summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-06-11 14:02:03 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-12 10:48:15 +0200
commit93e950caf8db42750869a0ec8a8d2bcb62a1d98d (patch)
treee76a0cf80a07e9f76cd0be6babcb6ec70f25eee3 /source3/include/client.h
parent2be5ace544a5ec280abb72504f3d4acf5240c425 (diff)
downloadsamba-93e950caf8db42750869a0ec8a8d2bcb62a1d98d.tar.gz
samba-93e950caf8db42750869a0ec8a8d2bcb62a1d98d.tar.xz
samba-93e950caf8db42750869a0ec8a8d2bcb62a1d98d.zip
s3: Add cli_state->pw_nt_hash
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
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? */