diff options
author | Volker Lendecke <vl@samba.org> | 2010-01-24 16:50:46 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-24 20:32:17 +0100 |
commit | a03a83ad26b2cfa571b18f423915312c29fd33c7 (patch) | |
tree | b92374a9f4d9a61f5a944ad22e23265e66d85d53 /source3/include/client.h | |
parent | ff0274c519c036c28b70efbb8bf823347c91eb96 (diff) | |
download | samba-a03a83ad26b2cfa571b18f423915312c29fd33c7.tar.gz samba-a03a83ad26b2cfa571b18f423915312c29fd33c7.tar.xz 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.h | 1 |
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? */ |