diff options
author | Volker Lendecke <vl@samba.org> | 2012-06-11 14:02:03 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-12 10:48:15 +0200 |
commit | 93e950caf8db42750869a0ec8a8d2bcb62a1d98d (patch) | |
tree | e76a0cf80a07e9f76cd0be6babcb6ec70f25eee3 /source3/include/client.h | |
parent | 2be5ace544a5ec280abb72504f3d4acf5240c425 (diff) | |
download | samba-93e950caf8db42750869a0ec8a8d2bcb62a1d98d.tar.gz |
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.h | 1 |
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? */ |