diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 3 |
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; |