diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-08-10 20:18:05 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-08-10 20:18:05 +0000 |
commit | 94bbd5c93a777ad1a6b3951358306e29e6277251 (patch) | |
tree | c1bccaa39a3530587218d05adb39b415614ea025 /source3/include | |
parent | 8829553b167ecf9460437a8fe2eb1cb93d044a4e (diff) | |
download | samba-94bbd5c93a777ad1a6b3951358306e29e6277251.tar.gz samba-94bbd5c93a777ad1a6b3951358306e29e6277251.tar.xz 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')
-rw-r--r-- | source3/include/ntlmssp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index 562e4853ccc..f1b1bc25e43 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); |