<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Nicolas Williams wrote:
<blockquote cite="mid:20100203163254.GN1061@Sun.COM" type="cite">
<pre wrap="">On Wed, Feb 03, 2010 at 08:34:13AM -0800, Natalie Li wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Max (Weijun) Wang wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Nico
Is there a separate OID for NTLM as a GSS-API mech?
</pre>
</blockquote>
<pre wrap="">Yes, OID for NTLM is "1.3.6.1.4.1.331.2.2.10"
And the encoded OID octet string is:
102 #define GSS_MECH_NTLMSSP_OID "\053\006\001\004\001\202\067\002\002\012"
</pre>
</blockquote>
<pre wrap=""><!---->
But it doesn't go on the wire in the initial context token, right?
</pre>
</blockquote>
<br>
No, if you're interested in implementing raw NTLMSSP (i.e. without the
SPENGO wrapper).<br>
Yes, if the NTLM mech token is embedded in the SPNEGO initial context
token.<br>
<br>
Natalie<br>
<br>
</body>
</html>