summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-24 16:47:24 +0100
committerVolker Lendecke <vl@samba.org>2010-01-24 20:32:17 +0100
commitff0274c519c036c28b70efbb8bf823347c91eb96 (patch)
treeefc0921a13f71d3eeb46ba2350856b5631502951 /source3/include
parente879b50b32a86ca4392147ab5473766f74a61118 (diff)
downloadsamba-ff0274c519c036c28b70efbb8bf823347c91eb96.tar.gz
samba-ff0274c519c036c28b70efbb8bf823347c91eb96.tar.bz2
samba-ff0274c519c036c28b70efbb8bf823347c91eb96.zip
s3: Add NTLMSSP_FEATURE_CCACHE
Uses the winbind ccache to do authentication if asked to do so
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ntlmssp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index d3de59835f..31b614fb54 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -40,6 +40,7 @@ enum ntlmssp_message_type
#define NTLMSSP_FEATURE_SESSION_KEY 0x00000001
#define NTLMSSP_FEATURE_SIGN 0x00000002
#define NTLMSSP_FEATURE_SEAL 0x00000004
+#define NTLMSSP_FEATURE_CCACHE 0x00000008
struct ntlmssp_state
{
@@ -49,6 +50,7 @@ struct ntlmssp_state
bool unicode;
bool use_ntlmv2;
+ bool use_ccache;
char *user;
char *domain;
char *workstation;