<?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: Single Sign-On with Apache and Active Directory - Part 1</title>
	<atom:link href="http://sivel.net/2007/05/sso-apache-ad-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://sivel.net/2007/05/sso-apache-ad-1/</link>
	<description>Throwing Hot Coals</description>
	<pubDate>Sat, 22 Nov 2008 05:21:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3-9791</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stan</title>
		<link>http://sivel.net/2007/05/sso-apache-ad-1/comment-page-1/#comment-18</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Fri, 18 Apr 2008 15:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/12#comment-18</guid>
		<description>I have the same issue as zerocool and IE keeps popping up login dialog

logs show Bad/Missing NTLM/Basic Authorization Header for /test/viewlist.php</description>
		<content:encoded><![CDATA[<p>I have the same issue as zerocool and IE keeps popping up login dialog</p>
<p>logs show Bad/Missing NTLM/Basic Authorization Header for /test/viewlist.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zerocool</title>
		<link>http://sivel.net/2007/05/sso-apache-ad-1/comment-page-1/#comment-17</link>
		<dc:creator>zerocool</dc:creator>
		<pubDate>Mon, 17 Mar 2008 08:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/12#comment-17</guid>
		<description>I have a problem setting this up, i get ==&#62; You have logged in as ;

this is my ntlm.conf file
-----------------------------

    PerlAuthenHandler Apache2::AuthenNTLM
    AuthType ntlm,basic
    AuthName Basic
    require valid-user
    # domain pdc bdc
    PerlAddVar ntdomain “EXAMPLE server.EXAMPLE.COM″
    PerlSetVar defaultdomain server
    PerlSetVar splitdomainprefix 1



(offtopic:I already tried working with mod_auth_kerb and mod_auth_ldap but i allways get the login prompt that keeps popping up, and if check the apache logs, it says cant find KDC?)</description>
		<content:encoded><![CDATA[<p>I have a problem setting this up, i get ==&gt; You have logged in as ;</p>
<p>this is my ntlm.conf file<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>    PerlAuthenHandler Apache2::AuthenNTLM<br />
    AuthType ntlm,basic<br />
    AuthName Basic<br />
    require valid-user<br />
    # domain pdc bdc<br />
    PerlAddVar ntdomain “EXAMPLE server.EXAMPLE.COM″<br />
    PerlSetVar defaultdomain server<br />
    PerlSetVar splitdomainprefix 1</p>
<p>(offtopic:I already tried working with mod_auth_kerb and mod_auth_ldap but i allways get the login prompt that keeps popping up, and if check the apache logs, it says cant find KDC?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Nielson</title>
		<link>http://sivel.net/2007/05/sso-apache-ad-1/comment-page-1/#comment-16</link>
		<dc:creator>Adam Nielson</dc:creator>
		<pubDate>Wed, 13 Feb 2008 18:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/12#comment-16</guid>
		<description>Cool!  Thank you very much!  Its working now and the index.php file is reporting back properly!

Now... any ideas how to get OTRS to work with it? :)</description>
		<content:encoded><![CDATA[<p>Cool!  Thank you very much!  Its working now and the index.php file is reporting back properly!</p>
<p>Now&#8230; any ideas how to get OTRS to work with it? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://sivel.net/2007/05/sso-apache-ad-1/comment-page-1/#comment-15</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 13 Feb 2008 14:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/12#comment-15</guid>
		<description>@Adam:  The file should be index.php.  The instructions above need to be fixed.  And just to make sure that it is written correctly above the code should be:

&lt;code&gt;
&lt;?php
echo "You have logged in as &lt;b&gt;" . $_SERVER['REMOTE_USER'] . "&lt;/b&gt;";
?&gt;
&lt;/code&gt;

I'll fix the instructions above very soon.

As for the error you will sometime get that even though this is working.</description>
		<content:encoded><![CDATA[<p>@Adam:  The file should be index.php.  The instructions above need to be fixed.  And just to make sure that it is written correctly above the code should be:</p>
<pre><code>&lt;?php
echo "You have logged in as &lt;b&gt;" . $_SERVER['REMOTE_USER'] . "&lt;/b&gt;";
?&gt;</code></pre>
<p>I&#8217;ll fix the instructions above very soon.</p>
<p>As for the error you will sometime get that even though this is working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Nielson</title>
		<link>http://sivel.net/2007/05/sso-apache-ad-1/comment-page-1/#comment-14</link>
		<dc:creator>Adam Nielson</dc:creator>
		<pubDate>Wed, 13 Feb 2008 02:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/12#comment-14</guid>
		<description>Ok, I followed the directions, and I get:

[error] Bad/Missing NTLM/Basic Authorization Header for /

I am trying to access the index.html file I created as you suggested.  It just loads up and says:

” . $_SERVER[’REMOTE_USER’] . “”; ?&#62;

I am trying to get this to work with OTRS.</description>
		<content:encoded><![CDATA[<p>Ok, I followed the directions, and I get:</p>
<p>[error] Bad/Missing NTLM/Basic Authorization Header for /</p>
<p>I am trying to access the index.html file I created as you suggested.  It just loads up and says:</p>
<p>” . $_SERVER[’REMOTE_USER’] . “”; ?&gt;</p>
<p>I am trying to get this to work with OTRS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cs</title>
		<link>http://sivel.net/2007/05/sso-apache-ad-1/comment-page-1/#comment-13</link>
		<dc:creator>cs</dc:creator>
		<pubDate>Thu, 05 Jul 2007 15:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/12#comment-13</guid>
		<description>Problem solved ! :)

I had a long domain name with dots in this variable :
PerlAddVar ntdomain "DOMAIN.FOO.BAR  PDC  BDC"

I replaced "DOMAIN.FOO.BAR" by the short domain name "DOMAIN" and now it works.</description>
		<content:encoded><![CDATA[<p>Problem solved ! :)</p>
<p>I had a long domain name with dots in this variable :<br />
PerlAddVar ntdomain &#8220;DOMAIN.FOO.BAR  PDC  BDC&#8221;</p>
<p>I replaced &#8220;DOMAIN.FOO.BAR&#8221; by the short domain name &#8220;DOMAIN&#8221; and now it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cs</title>
		<link>http://sivel.net/2007/05/sso-apache-ad-1/comment-page-1/#comment-12</link>
		<dc:creator>cs</dc:creator>
		<pubDate>Thu, 05 Jul 2007 15:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/12#comment-12</guid>
		<description>Looks cool, but :
[24809] AuthenNTLM: Authorization Header
[Thu Jul 05 17:02:14 2007] [error] Bad/Missing NTLM/Basic Authorization Header for /
...

I saw this message many times on google, but no answer. On my client, IE and also firefox are configured to do a NTLM negociation with my server.</description>
		<content:encoded><![CDATA[<p>Looks cool, but :<br />
[24809] AuthenNTLM: Authorization Header<br />
[Thu Jul 05 17:02:14 2007] [error] Bad/Missing NTLM/Basic Authorization Header for /<br />
&#8230;</p>
<p>I saw this message many times on google, but no answer. On my client, IE and also firefox are configured to do a NTLM negociation with my server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
