<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NTLM authentication in PHP &#8211; Now with NTLMv2 hash checking</title>
	<atom:link href="http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/feed/" rel="self" type="application/rss+xml" />
	<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 22:50:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Endre</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-1005</link>
		<dc:creator>Endre</dc:creator>
		<pubDate>Wed, 09 Jun 2010 09:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-1005</guid>
		<description>Hi Luone,

Thanks for your nice article, but I can not find the next part with Samba integration. :) 
Can you help me to find it?</description>
		<content:encoded><![CDATA[<p>Hi Luone,</p>
<p>Thanks for your nice article, but I can not find the next part with Samba integration. <img src='http://siphon9.net/loune/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Can you help me to find it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loune</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-951</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Thu, 27 May 2010 10:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-951</guid>
		<description>@Maxxx You might able to use $_SERVER[&#039;HTTP_AUTHORIZATION&#039;] instead</description>
		<content:encoded><![CDATA[<p>@Maxxx You might able to use $_SERVER['HTTP_AUTHORIZATION'] instead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxxx</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-933</link>
		<dc:creator>Maxxx</dc:creator>
		<pubDate>Tue, 18 May 2010 15:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-933</guid>
		<description>Hi !

I used an older version of your script but now i can&#039;t use the apache_request_headers() function with the configuration of my web hosting (php in CGI mod).

Do you have a solution for my trouble ?

Thx a lot and sorry for my english.</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I used an older version of your script but now i can&#8217;t use the apache_request_headers() function with the configuration of my web hosting (php in CGI mod).</p>
<p>Do you have a solution for my trouble ?</p>
<p>Thx a lot and sorry for my english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loune</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-925</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Sun, 16 May 2010 01:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-925</guid>
		<description>@Simon https should work fine with this NTLM script

@Dave what you&#039;re asking is really to add client NTLM authentication to your SOAP client. This article is about NTLM on the server side. However, you might be able to pass through the NTLM from the web service end point. NTLM is a three way handshake so you probably have to modify the SOAP client to save state in the session as each step of the handshake you need to return to the browser. You have to make sure you turn off IIS NTLM and take the exact header from the SOAP and pass it back to the browser. Lastly this will only work for a single service call per PHP request.

A better way would probably to rewrite the SOAP client to support proper NTLM.</description>
		<content:encoded><![CDATA[<p>@Simon https should work fine with this NTLM script</p>
<p>@Dave what you&#8217;re asking is really to add client NTLM authentication to your SOAP client. This article is about NTLM on the server side. However, you might be able to pass through the NTLM from the web service end point. NTLM is a three way handshake so you probably have to modify the SOAP client to save state in the session as each step of the handshake you need to return to the browser. You have to make sure you turn off IIS NTLM and take the exact header from the SOAP and pass it back to the browser. Lastly this will only work for a single service call per PHP request.</p>
<p>A better way would probably to rewrite the SOAP client to support proper NTLM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-918</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 13 May 2010 23:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-918</guid>
		<description>NICE Writeup!!! 

I am using an NTLM authenticated IIS server and would like to pass through the NTLM authentication to another web-services server (same domain, same authentication credentials).  I can get the user through $_SERVER[&#039;AUTH_USER&#039;], but, obviously there&#039;s no server Var for the password.  I don&#039;t have access to the password repository either. 

Can I take the NTLM auth. values from my request header and just pass them through to the header for the downstream web services call?</description>
		<content:encoded><![CDATA[<p>NICE Writeup!!! </p>
<p>I am using an NTLM authenticated IIS server and would like to pass through the NTLM authentication to another web-services server (same domain, same authentication credentials).  I can get the user through $_SERVER['AUTH_USER'], but, obviously there&#8217;s no server Var for the password.  I don&#8217;t have access to the password repository either. </p>
<p>Can I take the NTLM auth. values from my request header and just pass them through to the header for the downstream web services call?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-917</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 13 May 2010 19:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-917</guid>
		<description>What about https with this version?</description>
		<content:encoded><![CDATA[<p>What about https with this version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Ledeboer</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-911</link>
		<dc:creator>Florian Ledeboer</dc:creator>
		<pubDate>Mon, 10 May 2010 10:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-911</guid>
		<description>Is there probably a way to use the ntlm password hash to authenticate the user against an AD with ldap_bind() or something else?</description>
		<content:encoded><![CDATA[<p>Is there probably a way to use the ntlm password hash to authenticate the user against an AD with ldap_bind() or something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-657</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 29 Jan 2010 08:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-657</guid>
		<description>Dean, can you share your code example please?
Also, I am trying to get this working with ISA server doing FBA and passing NTLM to the backend web server which is IIS. Any help appreciated</description>
		<content:encoded><![CDATA[<p>Dean, can you share your code example please?<br />
Also, I am trying to get this working with ISA server doing FBA and passing NTLM to the backend web server which is IIS. Any help appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-585</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 18 Jan 2010 09:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-585</guid>
		<description>This works for me! It isn&#039;t automated but because of your help I have managed to refine the work i was doing and hopefully i can automate it later!

Thanks so much.

Dean</description>
		<content:encoded><![CDATA[<p>This works for me! It isn&#8217;t automated but because of your help I have managed to refine the work i was doing and hopefully i can automate it later!</p>
<p>Thanks so much.</p>
<p>Dean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://siphon9.net/loune/2009/09/ntlm-authentication-in-php-now-with-ntlmv2-hash-checking/comment-page-1/#comment-584</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 18 Jan 2010 09:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=68#comment-584</guid>
		<description>Thank you so much! i will give that a shot, if it works ill click some ads on the site :D

Dean</description>
		<content:encoded><![CDATA[<p>Thank you so much! i will give that a shot, if it works ill click some ads on the site <img src='http://siphon9.net/loune/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Dean</p>
]]></content:encoded>
	</item>
</channel>
</rss>
