<?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>Kommentare für BLogbuch</title>
	<atom:link href="http://blog.ecw.de/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ecw.de</link>
	<description>The home of problems nobody else has.</description>
	<lastBuildDate>Fri, 05 Mar 2010 06:53:53 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von Timo</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-204</link>
		<dc:creator>Timo</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-204</guid>
		<description>@Gerorge: 
The Problem is based on the fact, that AD-Integration does not user the dn to authenticate, but the password. In your case it will help to add the following lines to your ad-integration.php:

Line 384 (should be there already): 
		$this-&gt;_log(ADI_LOG_NOTICE,&#039;adLDAP object created.&#039;);					
Add the following lines bleow the line above:					
		$userinfo=$this-&gt;_adldap-&gt;user_info($username);
		$dn=$userinfo[0][&quot;dn&quot;];

then find the line where it says 
if ( $this-&gt;_adldap-&gt;authenticate($username, $password) )
(should be line 419 by then) and change it to:
if ( $this-&gt;_adldap-&gt;authenticate($dn, $password) )

this should solve all problems since it sends the dn instead of the username. 
I had the problem myself and these few lines solve the problem of a server not accepting your credentials, although you&#039;re a 100% sure, they&#039;re right.</description>
		<content:encoded><![CDATA[<p>@Gerorge:<br />
The Problem is based on the fact, that AD-Integration does not user the dn to authenticate, but the password. In your case it will help to add the following lines to your ad-integration.php:</p>
<p>Line 384 (should be there already):<br />
		$this-&gt;_log(ADI_LOG_NOTICE,&#8217;adLDAP object created.&#8217;);<br />
Add the following lines bleow the line above:<br />
		$userinfo=$this-&gt;_adldap-&gt;user_info($username);<br />
		$dn=$userinfo[0]["dn"];</p>
<p>then find the line where it says<br />
if ( $this-&gt;_adldap-&gt;authenticate($username, $password) )<br />
(should be line 419 by then) and change it to:<br />
if ( $this-&gt;_adldap-&gt;authenticate($dn, $password) )</p>
<p>this should solve all problems since it sends the dn instead of the username.<br />
I had the problem myself and these few lines solve the problem of a server not accepting your credentials, although you&#8217;re a 100% sure, they&#8217;re right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von cst</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-203</link>
		<dc:creator>cst</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-203</guid>
		<description>Hallo Dave.
&lt;ol&gt;
	&lt;li&gt;Das generelle Absichern, so dass kein Zugriff ohne Anmeldung möglich ist, erledigst Du am besten über das &lt;a href=&quot;http://wordpress.org/extend/plugins/registered-only/&quot; rel=&quot;nofollow&quot;&gt;Plugin Registered Only&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Für spezifische Benutzer- und Gruppenberechtigungen benötigst Du weitere ergänzende Plugins, wie z.B. den &lt;a href=&quot;http://wordpress.org/extend/plugins/role-scoper/&quot; rel=&quot;nofollow&quot;&gt;Role Scoper&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>Hallo Dave.</p>
<ol>
<li>Das generelle Absichern, so dass kein Zugriff ohne Anmeldung möglich ist, erledigst Du am besten über das <a href="http://wordpress.org/extend/plugins/registered-only/" rel="nofollow">Plugin Registered Only</a>.</li>
<li>Für spezifische Benutzer- und Gruppenberechtigungen benötigst Du weitere ergänzende Plugins, wie z.B. den <a href="http://wordpress.org/extend/plugins/role-scoper/" rel="nofollow">Role Scoper</a>.</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von dave</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-202</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-202</guid>
		<description>Hallo
Das Plugin scheint sehr interessant zu sein, wir werden es für unsere Schule testen und gerne bei Gelingen einen Link zustellen. 
Eine generelle Frage zum Plugin: Kann ich das WP komplett absichern, so dass gar kein Zugriff auf Inhalte ohne Anmeldung möglich ist? Und: Kann ich mit dem Plugin definieren, welche Benutzer/Gruppen welche Inhalte sehen dürfen?
Danke, Dave</description>
		<content:encoded><![CDATA[<p>Hallo<br />
Das Plugin scheint sehr interessant zu sein, wir werden es für unsere Schule testen und gerne bei Gelingen einen Link zustellen.<br />
Eine generelle Frage zum Plugin: Kann ich das WP komplett absichern, so dass gar kein Zugriff auf Inhalte ohne Anmeldung möglich ist? Und: Kann ich mit dem Plugin definieren, welche Benutzer/Gruppen welche Inhalte sehen dürfen?<br />
Danke, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von John Butera</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-201</link>
		<dc:creator>John Butera</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-201</guid>
		<description>Hi 

I left you a message last week about MU support. My company would be interested in paying you if you could provide get MU working in a reasonable amount of time. You can contact me by email that I provided in this post.

Thanks
John</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I left you a message last week about MU support. My company would be interested in paying you if you could provide get MU working in a reasonable amount of time. You can contact me by email that I provided in this post.</p>
<p>Thanks<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von cst</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-199</link>
		<dc:creator>cst</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-199</guid>
		<description>Hi John,
I don&#039;t know exactly when I will find the time to complete the MU support. I hope an improved version with MU support will be out in the first quarter 2010.</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I don&#8217;t know exactly when I will find the time to complete the MU support. I hope an improved version with MU support will be out in the first quarter 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von John Butera</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-198</link>
		<dc:creator>John Butera</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-198</guid>
		<description>Hi love the plug-in any word on whne the MU support will be there?</description>
		<content:encoded><![CDATA[<p>Hi love the plug-in any word on whne the MU support will be there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Active Directory Integration 0.9.1 veröffentlicht von cst</title>
		<link>http://blog.ecw.de/archives/62/comment-page-1#comment-197</link>
		<dc:creator>cst</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=62#comment-197</guid>
		<description>Hi Michel,
seems you have no LDAP support in your PHP environment. Look &lt;a href=&quot;http://de3.php.net/manual/en/book.ldap.php&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; for further informations &lt;a href=&quot;http://de3.php.net/manual/en/ldap.installation.php&quot; rel=&quot;nofollow&quot;&gt;how to install the LDAP module&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Michel,<br />
seems you have no LDAP support in your PHP environment. Look <a href="http://de3.php.net/manual/en/book.ldap.php" rel="nofollow">here</a> for further informations <a href="http://de3.php.net/manual/en/ldap.installation.php" rel="nofollow">how to install the LDAP module</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Active Directory Integration 0.9.1 veröffentlicht von michel</title>
		<link>http://blog.ecw.de/archives/62/comment-page-1#comment-196</link>
		<dc:creator>michel</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=62#comment-196</guid>
		<description>error not install openldap , in test pagine</description>
		<content:encoded><![CDATA[<p>error not install openldap , in test pagine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von cst</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-195</link>
		<dc:creator>cst</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-195</guid>
		<description>Hi Brian,
don&#039;t know what&#039;s going wrong at this point. I&#039;ll have a look at this in january and give you feedback a soon as possible.

Greetings from Germany</description>
		<content:encoded><![CDATA[<p>Hi Brian,<br />
don&#8217;t know what&#8217;s going wrong at this point. I&#8217;ll have a look at this in january and give you feedback a soon as possible.</p>
<p>Greetings from Germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu AD Integration Roadmap [Updated] von Brian</title>
		<link>http://blog.ecw.de/archives/55/comment-page-1#comment-194</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ecw.de/?p=55#comment-194</guid>
		<description>Hi, 

Congratulations on making a terrific AD authentication solution. Everything else returned cryptic errors, but yours was a joy to use. 

Only one small issue. On logout, I get the error &quot;The page cannot be displayed because an internal server error has occurred.&quot; I am located on the page wp-login.php?action=logout when this happens. Any idea why this might be happening?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Congratulations on making a terrific AD authentication solution. Everything else returned cryptic errors, but yours was a joy to use. </p>
<p>Only one small issue. On logout, I get the error &#8220;The page cannot be displayed because an internal server error has occurred.&#8221; I am located on the page wp-login.php?action=logout when this happens. Any idea why this might be happening?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
