<?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: Integrated Windows Authentication in Mantis</title>
	<atom:link href="http://www.eiben.weite-welt.com/2007/04/mantis_iwa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/</link>
	<description>Yet another blog - surviving the internet</description>
	<lastBuildDate>Tue, 17 Jan 2012 12:07:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Henning Eiben</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-3530</link>
		<dc:creator>Henning Eiben</dc:creator>
		<pubDate>Wed, 25 May 2011 16:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-3530</guid>
		<description>I&#039;m currently running Mantis 1.3.0dev (by now a little out-dated, I believe it&#039;s a few months old) and the customizations work just fine. So I would assume, that this will also work with 1.2.5.
Did you also look at http://www.eiben.weite-welt.com/2010/07/integrated-windows-authentication-in-mantis-updated-to-mantis-1-2-1/? There I described some changes that happend in the Mantis base and how that affects which files need to be modified.
Basically you can look at the patch-file to see what actually needs to be changed.
If you need help, feel free to post either to the comments or mail me directly.</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently running Mantis 1.3.0dev (by now a little out-dated, I believe it&#8217;s a few months old) and the customizations work just fine. So I would assume, that this will also work with 1.2.5.</p>
<p>Did you also look at <a href="http://www.eiben.weite-welt.com/2010/07/integrated-windows-authentication-in-mantis-updated-to-mantis-1-2-1/?" rel="nofollow">http://www.eiben.weite-welt.com/2010/07/integrated-windows-authentication-in-mantis-updated-to-mantis-1-2-1/?</a> There I described some changes that happend in the Mantis base and how that affects which files need to be modified.</p>
<p>Basically you can look at the patch-file to see what actually needs to be changed.</p>
<p>If you need help, feel free to post either to the comments or mail me directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahir B. Aşut</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-3527</link>
		<dc:creator>Mahir B. Aşut</dc:creator>
		<pubDate>Wed, 25 May 2011 09:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-3527</guid>
		<description>Hi eiben, thanks for that great article. Since I&#039;ll be doing a new installation of Mantis 1.2.5, I am wondering if the script (new one) will work with Mantis 1.2.5 too ? And I am not clear about which files to change ?</description>
		<content:encoded><![CDATA[<p>Hi eiben, thanks for that great article. Since I&#8217;ll be doing a new installation of Mantis 1.2.5, I am wondering if the script (new one) will work with Mantis 1.2.5 too ? And I am not clear about which files to change ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henning Eiben</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-2768</link>
		<dc:creator>Henning Eiben</dc:creator>
		<pubDate>Fri, 11 Mar 2011 06:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-2768</guid>
		<description>@Rick: yes, you have to create the accounts in Mantis as well in order to assign issues to these users. The account in Mantis is equal to the username, and the users log in using just &quot;user&quot; (not user@ACME.COM or ACME\user).</description>
		<content:encoded><![CDATA[<p>@Rick: yes, you have to create the accounts in Mantis as well in order to assign issues to these users. The account in Mantis is equal to the username, and the users log in using just &#8220;user&#8221; (not <a href="mailto:user@ACME.COM">user@ACME.COM</a> or ACME\user).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-2759</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 10 Mar 2011 16:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-2759</guid>
		<description>Cool stuff! How do you manage the user names in Mantis? Do you create them there as well? (Only the username part?)
Does the solution only support logging in as &quot;user@ACME.COM&quot; or also as &quot;ACME\user&quot;?
I have used the suggestions here (and the next post of course) for 1.2.1 and seem to get weird results. Apache is set up nicely and can authenticate against my AD. Testing against another folder works just fine, but I guess something with Mantis makes it more complicated...</description>
		<content:encoded><![CDATA[<p>Cool stuff! How do you manage the user names in Mantis? Do you create them there as well? (Only the username part?)</p>
<p>Does the solution only support logging in as &#8220;user@ACME.COM&#8221; or also as &#8220;ACME\user&#8221;?</p>
<p>I have used the suggestions here (and the next post of course) for 1.2.1 and seem to get weird results. Apache is set up nicely and can authenticate against my AD. Testing against another folder works just fine, but I guess something with Mantis makes it more complicated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eiben</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-711</link>
		<dc:creator>eiben</dc:creator>
		<pubDate>Tue, 20 Jul 2010 08:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-711</guid>
		<description>OK, sorry for the delay, but I was just too busy to prep a new post. But finally I did get around to it, and you&#039;ll find a new patchfile at http://www.eiben.weite-welt.com/2010/07/integrated-windows-authentication-in-mantis-updated-to-mantis-1-2-1/</description>
		<content:encoded><![CDATA[<p>OK, sorry for the delay, but I was just too busy to prep a new post. But finally I did get around to it, and you&#8217;ll find a new patchfile at <a href="http://www.eiben.weite-welt.com/2010/07/integrated-windows-authentication-in-mantis-updated-to-mantis-1-2-1/" rel="nofollow">http://www.eiben.weite-welt.com/2010/07/integrated-windows-authentication-in-mantis-updated-to-mantis-1-2-1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eiben</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-618</link>
		<dc:creator>eiben</dc:creator>
		<pubDate>Fri, 18 Jun 2010 06:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-618</guid>
		<description>I will see into that - actually I&#039;m running it with Mantis 1.2.1, but Sergey you&#039;re right, since I needed to make some minor modifications, because the actual lines moved somewhat. I will create a new patch-file and upload that.</description>
		<content:encoded><![CDATA[<p>I will see into that &#8211; actually I&#8217;m running it with Mantis 1.2.1, but Sergey you&#8217;re right, since I needed to make some minor modifications, because the actual lines moved somewhat. I will create a new patch-file and upload that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-600</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Sat, 12 Jun 2010 20:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-600</guid>
		<description>Unfortunately not working with Mantis 1.2.1
Please, fix this.</description>
		<content:encoded><![CDATA[<p>Unfortunately not working with Mantis 1.2.1<br />
Please, fix this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eiben</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-75</link>
		<dc:creator>eiben</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-75</guid>
		<description>&lt;a href=&quot;#comment-74&quot; rel=&quot;nofollow&quot;&gt;@Sebastià Pla &lt;/a&gt;
Sorry for the broken link - this must have happend during my blog migration. However ... I fixed the link, so the download should be working again.</description>
		<content:encoded><![CDATA[<p><a href="#comment-74" rel="nofollow">@Sebastià Pla </a><br />
Sorry for the broken link &#8211; this must have happend during my blog migration. However &#8230; I fixed the link, so the download should be working again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastià Pla</title>
		<link>http://www.eiben.weite-welt.com/2007/04/mantis_iwa/comment-page-1/#comment-74</link>
		<dc:creator>Sebastià Pla</dc:creator>
		<pubDate>Wed, 20 Jan 2010 14:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eiben.weite-welt.com/?p=249#comment-74</guid>
		<description>This is exactly what I need! But unfortunately the link to the patch is broken.</description>
		<content:encoded><![CDATA[<p>This is exactly what I need! But unfortunately the link to the patch is broken.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

