summaryrefslogtreecommitdiffstats
path: root/src/gss_ntlmssp.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-07-19 12:03:22 -0400
committerSimo Sorce <simo@redhat.com>2013-07-19 12:16:46 -0400
commit52ef270f473d70d4a61f181e5a8000c11fe7ea0b (patch)
treeb19c1766d9045c338e1797cdd22d442e4e4e5f3b /src/gss_ntlmssp.h
parent978dc0d44b3ab9c0a80f3ec7b9dd95939f2b6181 (diff)
downloadgss-ntlmssp-52ef270f473d70d4a61f181e5a8000c11fe7ea0b.tar.gz
gss-ntlmssp-52ef270f473d70d4a61f181e5a8000c11fe7ea0b.tar.xz
gss-ntlmssp-52ef270f473d70d4a61f181e5a8000c11fe7ea0b.zip
Always request NTLMSSP_REQUEST_TARGET
Otherwise Windows 2003 may not return a target_info field for NTLMv2 or a server name for NTLMv1 in the challenge message. Thanks to David Woodhouse for providing help to debug this issue.
Diffstat (limited to 'src/gss_ntlmssp.h')
-rw-r--r--src/gss_ntlmssp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gss_ntlmssp.h b/src/gss_ntlmssp.h
index f464f98..ed2b105 100644
--- a/src/gss_ntlmssp.h
+++ b/src/gss_ntlmssp.h
@@ -37,6 +37,7 @@
NTLMSSP_NEGOTIATE_128 | \
NTLMSSP_NEGOTIATE_56 | \
NTLMSSP_NEGOTIATE_NTLM | \
+ NTLMSSP_REQUEST_TARGET | \
NTLMSSP_NEGOTIATE_UNICODE)
struct gssntlm_name {