summaryrefslogtreecommitdiff
path: root/source3/include/ntlmssp.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-08-10 20:18:05 +0000
committerVolker Lendecke <vlendec@samba.org>2003-08-10 20:18:05 +0000
commit94bbd5c93a777ad1a6b3951358306e29e6277251 (patch)
treec1bccaa39a3530587218d05adb39b415614ea025 /source3/include/ntlmssp.h
parent8829553b167ecf9460437a8fe2eb1cb93d044a4e (diff)
downloadsamba-94bbd5c93a777ad1a6b3951358306e29e6277251.tar.gz
samba-94bbd5c93a777ad1a6b3951358306e29e6277251.tar.bz2
samba-94bbd5c93a777ad1a6b3951358306e29e6277251.zip
Store the server domain from the ntlmssp challenge in the client struct
to be able to ask a LMB for the servers in its workgroup. Against W2k this only works on port 139.... Volker (This used to be commit 62b04d7776852098dd768268500f36c3a362f688)
Diffstat (limited to 'source3/include/ntlmssp.h')
-rw-r--r--source3/include/ntlmssp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index 562e4853cc..f1b1bc25e4 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -100,6 +100,7 @@ typedef struct ntlmssp_client_state
char *domain;
char *workstation;
char *password;
+ char *server_domain;
const char *(*get_global_myname)(void);
const char *(*get_domain)(void);