<?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: PHP Active Directory Integration: get userAccountControl attributes</title>
	<atom:link href="http://www.ananthdeodhar.com/2009/08/28/php-active-directory-integration-get-useraccountcontrol-attributes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ananthdeodhar.com/2009/08/28/php-active-directory-integration-get-useraccountcontrol-attributes</link>
	<description>My thoughts on things, birds, trees, and whatever else catches me fancy.</description>
	<lastBuildDate>Thu, 04 Mar 2010 08:43:42 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jan</title>
		<link>http://www.ananthdeodhar.com/2009/08/28/php-active-directory-integration-get-useraccountcontrol-attributes/comment-page-1#comment-2189</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Thu, 04 Mar 2010 08:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ananthdeodhar.com/?p=25#comment-2189</guid>
		<description>Thanks a lot.
That was what im searching for. Thx</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
That was what im searching for. Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zooperman</title>
		<link>http://www.ananthdeodhar.com/2009/08/28/php-active-directory-integration-get-useraccountcontrol-attributes/comment-page-1#comment-2077</link>
		<dc:creator>zooperman</dc:creator>
		<pubDate>Wed, 13 Jan 2010 07:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ananthdeodhar.com/?p=25#comment-2077</guid>
		<description>thanks steffen, have corrected the typo. :)</description>
		<content:encoded><![CDATA[<p>thanks steffen, have corrected the typo. <img src='http://www.ananthdeodhar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steffen</title>
		<link>http://www.ananthdeodhar.com/2009/08/28/php-active-directory-integration-get-useraccountcontrol-attributes/comment-page-1#comment-2053</link>
		<dc:creator>steffen</dc:creator>
		<pubDate>Fri, 01 Jan 2010 14:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ananthdeodhar.com/?p=25#comment-2053</guid>
		<description>There is a mistake!

This works fine in most cases but as the flags can be summed up in any order, ldap_search returned 66050 for some users.  Seeing the table what that means is:

[Flag 66536 ]+ [Flag 512] + [Flag 2] which translates to

[Password Doesn&#039;t Expire] + [was a Normal Account] + [but has been disabled now.]

Correct:

[Flag 65536 ]+ [Flag 512] + [Flag 2] which translates to

Really good tutorial!!</description>
		<content:encoded><![CDATA[<p>There is a mistake!</p>
<p>This works fine in most cases but as the flags can be summed up in any order, ldap_search returned 66050 for some users.  Seeing the table what that means is:</p>
<p>[Flag 66536 ]+ [Flag 512] + [Flag 2] which translates to</p>
<p>[Password Doesn't Expire] + [was a Normal Account] + [but has been disabled now.]</p>
<p>Correct:</p>
<p>[Flag 65536 ]+ [Flag 512] + [Flag 2] which translates to</p>
<p>Really good tutorial!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
