summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-16 20:07:02 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-16 20:07:02 +0000
commitd4a82ea26d5b9501f210a5c441b1ac09c256a187 (patch)
tree7fffdba6ceef48bcba1d41957f3c6a8c4a2c0d8f /source3/include
parent967dcab94580a0c1bf9ee6335abc0d64001154b4 (diff)
downloadsamba-d4a82ea26d5b9501f210a5c441b1ac09c256a187.tar.gz
samba-d4a82ea26d5b9501f210a5c441b1ac09c256a187.tar.bz2
samba-d4a82ea26d5b9501f210a5c441b1ac09c256a187.zip
rpc client mods (ntlmssp flags)
(This used to be commit 16256f86bf451535c7955b8f51a9b88fc33a8e4d)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ntdomain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index e540bd2ffc..5fb40c5bcc 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -86,6 +86,9 @@ typedef struct pipes_struct
BOOL ntlmssp_auth;
unsigned char ntlmssp_hash[258];
+ fstring user_name;
+ fstring domain;
+ fstring wks;
uint32 file_offset;
uint32 hdr_offsets;