<?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 for Jamie&#039;s Playpen</title>
	<atom:link href="http://www.jamiekerwick.co.uk/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jamiekerwick.co.uk</link>
	<description>Jamie&#039;s Stuff &#039;n&#039; Nonsense</description>
	<lastBuildDate>Mon, 04 May 2009 17:49:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MOD NTLM for Apache v2.2 by Chuck</title>
		<link>http://www.jamiekerwick.co.uk/?p=13&#038;cpage=1#comment-227</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Mon, 04 May 2009 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamiekerwick.co.uk/?p=13#comment-227</guid>
		<description>Thanks, this compiled right into Apache 2.2.11 and works well out-of-box: # /usr/local/apache2/bin/apxs -i -a -c mod_ntlm.c 

Hint, leave the &#039;Require user agal&#039; in the httpd.conf file and you will see an entry in error_log that indicates authentication is working, but you&#039;re simply not &#039;agal&#039;.

--chuck</description>
		<content:encoded><![CDATA[<p>Thanks, this compiled right into Apache 2.2.11 and works well out-of-box: # /usr/local/apache2/bin/apxs -i -a -c mod_ntlm.c </p>
<p>Hint, leave the &#8216;Require user agal&#8217; in the httpd.conf file and you will see an entry in error_log that indicates authentication is working, but you&#8217;re simply not &#8216;agal&#8217;.</p>
<p>&#8211;chuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unofficial MOD_NTLM Apache Module by cthrall.com &#187; Blog Archive &#187; Apache 1.3 to 2.2 With PHP 5</title>
		<link>http://www.jamiekerwick.co.uk/?page_id=5&#038;cpage=1#comment-126</link>
		<dc:creator>cthrall.com &#187; Blog Archive &#187; Apache 1.3 to 2.2 With PHP 5</dc:creator>
		<pubDate>Mon, 30 Jun 2008 02:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamiekerwick.co.uk/?page_id=5#comment-126</guid>
		<description>[...] stay with 1.3 for some reason and you are running mod_ntlm, you really need to look at installing this patch. A former co-worker made the original changes, which include AD support and fixing a couple issues [...]</description>
		<content:encoded><![CDATA[<p>[...] stay with 1.3 for some reason and you are running mod_ntlm, you really need to look at installing this patch. A former co-worker made the original changes, which include AD support and fixing a couple issues [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unofficial MOD_NTLM Apache Module by Jamie&#8217;s Playpen &#187; Blog Archive &#187; MOD NTLM for Apache v2.2</title>
		<link>http://www.jamiekerwick.co.uk/?page_id=5&#038;cpage=1#comment-30</link>
		<dc:creator>Jamie&#8217;s Playpen &#187; Blog Archive &#187; MOD NTLM for Apache v2.2</dc:creator>
		<pubDate>Tue, 19 Jun 2007 10:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamiekerwick.co.uk/?page_id=5#comment-30</guid>
		<description>[...] I have updated my MOD NTLM page with all of the details of this update. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have updated my MOD NTLM page with all of the details of this update. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MOD NTLM Apache Module by Matthieu FOURMY</title>
		<link>http://www.jamiekerwick.co.uk/?p=8&#038;cpage=1#comment-27</link>
		<dc:creator>Matthieu FOURMY</dc:creator>
		<pubDate>Thu, 31 May 2007 17:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamiekerwick.co.uk/?p=8#comment-27</guid>
		<description>Your form contact is not working, I try to post here !

I&#039;m french so i try to explain you my problem the more clearly as i can, and i think that you are the only person who can help me :)

I have installed mod_ntlm for apache2 on a 1st server. This server was installed with typo3 which configure apache. I meet problems to configure ntlm, but it seem to work fine now.
In a 2nd server, i have installed apache with yum. I have installed typo3 after, independantly. I think that it&#039;s a better configuration than the first one, and it seem to be easily to update and to configure.

So, I try to use your &quot;unofficial&quot; version of mod_ntlm, and I meet the same problem than in the other version of this module (found on sourceforge).
With this website http://wiki.bestpractical.com/index.cgi?NtlmAuthentication, I try to modify source code, and after it seem to compile the module (do you know why ? perhaps it&#039;s my problem).
in my vhosts.conf, i add the same line than in the 1st server :
NTLMDomain mydomain.net
NTLMServer firstserver (whithout domain)
NTLMBackup secondserver
It work fine on the 1st server ...
But when I call a page, i got a 401 HTTP error, and log :
[error]creating new ntlm_connection ***
[notice]got auth_line ***
[notice]got header with host &quot;BARBAROSA&quot;, domain &quot;CRILTECHNOLOGY&quot;
[error]received msg1 ***
[notice]send WWW-Authenticate &quot;NTLM ***

I understand that it&#039;s not be easy for you to help me, but i don&#039;t know what to do...
is Ntlm need an other module ? like apxs ...
is my server need to be in the file /etc/hosts (I try it, but no result)

Thanks for your help, I can give you more details if you decide to help me !
Regards,
Matthieu FOURMY</description>
		<content:encoded><![CDATA[<p>Your form contact is not working, I try to post here !</p>
<p>I&#8217;m french so i try to explain you my problem the more clearly as i can, and i think that you are the only person who can help me <img src='http://www.jamiekerwick.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have installed mod_ntlm for apache2 on a 1st server. This server was installed with typo3 which configure apache. I meet problems to configure ntlm, but it seem to work fine now.<br />
In a 2nd server, i have installed apache with yum. I have installed typo3 after, independantly. I think that it&#8217;s a better configuration than the first one, and it seem to be easily to update and to configure.</p>
<p>So, I try to use your &#8220;unofficial&#8221; version of mod_ntlm, and I meet the same problem than in the other version of this module (found on sourceforge).<br />
With this website <a href="http://wiki.bestpractical.com/index.cgi?NtlmAuthentication" rel="nofollow">http://wiki.bestpractical.com/index.cgi?NtlmAuthentication</a>, I try to modify source code, and after it seem to compile the module (do you know why ? perhaps it&#8217;s my problem).<br />
in my vhosts.conf, i add the same line than in the 1st server :<br />
NTLMDomain mydomain.net<br />
NTLMServer firstserver (whithout domain)<br />
NTLMBackup secondserver<br />
It work fine on the 1st server &#8230;<br />
But when I call a page, i got a 401 HTTP error, and log :<br />
[error]creating new ntlm_connection ***<br />
[notice]got auth_line ***<br />
[notice]got header with host &#8220;BARBAROSA&#8221;, domain &#8220;CRILTECHNOLOGY&#8221;<br />
[error]received msg1 ***<br />
[notice]send WWW-Authenticate &#8220;NTLM ***</p>
<p>I understand that it&#8217;s not be easy for you to help me, but i don&#8217;t know what to do&#8230;<br />
is Ntlm need an other module ? like apxs &#8230;<br />
is my server need to be in the file /etc/hosts (I try it, but no result)</p>
<p>Thanks for your help, I can give you more details if you decide to help me !<br />
Regards,<br />
Matthieu FOURMY</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tonight, Matthew, I wanna be &#8211; A Dancing Spiderman ?!? by polypropylene mollusc refinery</title>
		<link>http://www.jamiekerwick.co.uk/?p=9&#038;cpage=1#comment-3</link>
		<dc:creator>polypropylene mollusc refinery</dc:creator>
		<pubDate>Mon, 29 Jan 2007 19:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamiekerwick.co.uk/?p=9#comment-3</guid>
		<description>WAWAWEEWA, NIIICE, I LIKE. 
YOU ARE MY FRIEND AND I AM TO LIKE NICE RAPINGS OF SLUT.

Obviously, its me. Nice one, links to my Spiderman escapade, very nice!
You need more things on your site, like instructions on how to use a magical beam formed inside a tramps lung to lift mouse droppings from the bottom of an offie shop floor. That would get hits, it&#039;s nailed on mate.

Bye for now an ting

Rt Rev. Cuthbert Bartholomew Windsor-Farquar Flynn bsc. bma. abc. raf. bbc. lapd. fbi. usaf. nasa. gner. zebra. canoe. gnu. me shoe.</description>
		<content:encoded><![CDATA[<p>WAWAWEEWA, NIIICE, I LIKE.<br />
YOU ARE MY FRIEND AND I AM TO LIKE NICE RAPINGS OF SLUT.</p>
<p>Obviously, its me. Nice one, links to my Spiderman escapade, very nice!<br />
You need more things on your site, like instructions on how to use a magical beam formed inside a tramps lung to lift mouse droppings from the bottom of an offie shop floor. That would get hits, it&#8217;s nailed on mate.</p>
<p>Bye for now an ting</p>
<p>Rt Rev. Cuthbert Bartholomew Windsor-Farquar Flynn bsc. bma. abc. raf. bbc. lapd. fbi. usaf. nasa. gner. zebra. canoe. gnu. me shoe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
