diff options
author | Kai Blin <kai@samba.org> | 2008-11-07 09:13:26 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-11-10 12:50:02 +0100 |
commit | 7d8787c915b97f44851d2ca4c854c5f3aca8a3c6 (patch) | |
tree | 7a696cb4201569821f52091f851cc6b234b9220c /source3/nsswitch/winbind_struct_protocol.h | |
parent | d64caaf593201ca02ab9eac86e98c5adab3faf72 (diff) | |
download | samba-7d8787c915b97f44851d2ca4c854c5f3aca8a3c6.tar.gz samba-7d8787c915b97f44851d2ca4c854c5f3aca8a3c6.tar.bz2 samba-7d8787c915b97f44851d2ca4c854c5f3aca8a3c6.zip |
ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.
This fixes bug #5865
Diffstat (limited to 'source3/nsswitch/winbind_struct_protocol.h')
-rw-r--r-- | source3/nsswitch/winbind_struct_protocol.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/nsswitch/winbind_struct_protocol.h b/source3/nsswitch/winbind_struct_protocol.h index ff52dbddaf..169b4a8c95 100644 --- a/source3/nsswitch/winbind_struct_protocol.h +++ b/source3/nsswitch/winbind_struct_protocol.h @@ -202,7 +202,9 @@ typedef struct winbindd_gr { #define WBFLAG_IS_PRIVILEGED 0x00000400 /* not used */ /* Flag to say this is a winbindd internal send - don't recurse. */ #define WBFLAG_RECURSE 0x00000800 - +/* Flag to tell winbind the NTLMv2 blob is too big for the struct and is in the + * extra_data field */ +#define WBFLAG_BIG_NTLMV2_BLOB 0x00010000 #define WINBINDD_MAX_EXTRA_DATA (128*1024) |