<?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: How to authenticate against Active Directory using PHP</title>
	<atom:link href="http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/</link>
	<description>(dot com was taken)</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:20:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rhoda</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-625</link>
		<dc:creator>Rhoda</dc:creator>
		<pubDate>Fri, 18 Jun 2010 00:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-625</guid>
		<description>hi

how can i connect the active directory to my webpage using php?</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>how can i connect the active directory to my webpage using php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-624</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Tue, 25 May 2010 14:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-624</guid>
		<description>hi!

If you only enter a username or nothing at all, ldap_bind will evaluate to TRUE.

Only if you enter a username and wrong password, you&#039;ll get FALSE
 - if your LDAP-Server allows anonymous logins.

br Bernhard</description>
		<content:encoded><![CDATA[<p>hi!</p>
<p>If you only enter a username or nothing at all, ldap_bind will evaluate to TRUE.</p>
<p>Only if you enter a username and wrong password, you&#8217;ll get FALSE<br />
 &#8211; if your LDAP-Server allows anonymous logins.</p>
<p>br Bernhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miroslav</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-620</link>
		<dc:creator>Miroslav</dc:creator>
		<pubDate>Wed, 12 May 2010 09:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-620</guid>
		<description>correction on previous ....

Just verified user or some IUSR?

Thanks</description>
		<content:encoded><![CDATA[<p>correction on previous &#8230;.</p>
<p>Just verified user or some IUSR?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miroslav</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-619</link>
		<dc:creator>Miroslav</dc:creator>
		<pubDate>Wed, 12 May 2010 09:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-619</guid>
		<description>I&#039;m trying to figure out how this works. 

Does it works on IIS?

After AD verification what user is used by web server to operate? Just verified user of some IUSR?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to figure out how this works. </p>
<p>Does it works on IIS?</p>
<p>After AD verification what user is used by web server to operate? Just verified user of some IUSR?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Iha</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-615</link>
		<dc:creator>Tony Iha</dc:creator>
		<pubDate>Thu, 29 Apr 2010 06:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-615</guid>
		<description>Thanks for this script, easier to authenticate through active directory than LDAP.

You only need the server&#039;s ip/name, username plus full domain and password that&#039;s it.

Tried it and it worked like magic
Tony</description>
		<content:encoded><![CDATA[<p>Thanks for this script, easier to authenticate through active directory than LDAP.</p>
<p>You only need the server&#8217;s ip/name, username plus full domain and password that&#8217;s it.</p>
<p>Tried it and it worked like magic<br />
Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mondo</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-583</link>
		<dc:creator>Mondo</dc:creator>
		<pubDate>Thu, 25 Mar 2010 18:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-583</guid>
		<description>Don&#039;t store the user&#039;s password in a session.  Also, don&#039;t hit AD on every single page load.

Store only the user&#039;s name in the sesssion variable along with a boolean for their auth status and the time that they logged in.  You can then use the time they logged in to kill the session after so much time or inactivity.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t store the user&#8217;s password in a session.  Also, don&#8217;t hit AD on every single page load.</p>
<p>Store only the user&#8217;s name in the sesssion variable along with a boolean for their auth status and the time that they logged in.  You can then use the time they logged in to kill the session after so much time or inactivity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Schultz</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-529</link>
		<dc:creator>David Schultz</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-529</guid>
		<description>@tom &amp; @david, my AD administrator was nice enough to let me use his admin credentials so i didn&#039;t have to troubleshoot with a normal user account, so not sure about that one either.</description>
		<content:encoded><![CDATA[<p>@tom &#038; @david, my AD administrator was nice enough to let me use his admin credentials so i didn&#8217;t have to troubleshoot with a normal user account, so not sure about that one either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Schultz</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-528</link>
		<dc:creator>David Schultz</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-528</guid>
		<description>@Rolf, i&#039;m not really sure as i&#039;m not an AD administrator myself - sorry!</description>
		<content:encoded><![CDATA[<p>@Rolf, i&#8217;m not really sure as i&#8217;m not an AD administrator myself &#8211; sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Schultz</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-527</link>
		<dc:creator>David Schultz</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-527</guid>
		<description>@kamkaar - i&#039;m not sure about that one.  Since exchange is running on seperate server - not sure if there is way to persist that connection with a PHP script in the middle...anyone else have any ideas?</description>
		<content:encoded><![CDATA[<p>@kamkaar &#8211; i&#8217;m not sure about that one.  Since exchange is running on seperate server &#8211; not sure if there is way to persist that connection with a PHP script in the middle&#8230;anyone else have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamkaar</title>
		<link>http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/comment-page-1/#comment-523</link>
		<dc:creator>kamkaar</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidschultz.org/2008/04/10/how-to-authenticate-against-active-directory-using-php/#comment-523</guid>
		<description>Hi, i am working on project, and i have 1 qus. how do i integrate Outlook web acces to this, means user just enter pasword once and can check mail and can browse other things as well, so he dont need to enter detail again for outlook.</description>
		<content:encoded><![CDATA[<p>Hi, i am working on project, and i have 1 qus. how do i integrate Outlook web acces to this, means user just enter pasword once and can check mail and can browse other things as well, so he dont need to enter detail again for outlook.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.705 seconds -->
