summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-24 16:50:46 +0100
committerVolker Lendecke <vl@samba.org>2010-01-24 20:32:17 +0100
commita03a83ad26b2cfa571b18f423915312c29fd33c7 (patch)
treeb92374a9f4d9a61f5a944ad22e23265e66d85d53 /source3/include/client.h
parentff0274c519c036c28b70efbb8bf823347c91eb96 (diff)
downloadsamba-a03a83ad26b2cfa571b18f423915312c29fd33c7.tar.gz
samba-a03a83ad26b2cfa571b18f423915312c29fd33c7.tar.bz2
samba-a03a83ad26b2cfa571b18f423915312c29fd33c7.zip
s3: Add ccache use to cli_session_setup_ntlmssp
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 d5030c1cb2..c74c74509a 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -266,6 +266,7 @@ struct cli_state {
bool use_kerberos;
bool fallback_after_kerberos;
bool use_spnego;
+ bool use_ccache;
bool got_kerberos_mechanism; /* Server supports krb5 in SPNEGO. */
bool use_oplocks; /* should we use oplocks? */