<?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"
	>
<channel>
	<title>Comments for allportsofthings.com</title>
	<atom:link href="http://allportsofthings.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://allportsofthings.com</link>
	<description>Ramblings :: Thoughts :: Stuff</description>
	<pubDate>Fri, 05 Sep 2008 20:56:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Active Directory Searching with ASP.Net by Nick</title>
		<link>http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-51</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 21 Aug 2008 19:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-51</guid>
		<description>@Erz 

Thanks for the comments. On my network the code just connects automatically to Active Directory so just try it and see. The only reason you would need to introduce a connection string would be if you want to use a Proxy Account to access AD.</description>
		<content:encoded><![CDATA[<p>@Erz </p>
<p>Thanks for the comments. On my network the code just connects automatically to Active Directory so just try it and see. The only reason you would need to introduce a connection string would be if you want to use a Proxy Account to access AD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Directory Searching with ASP.Net by Erz</title>
		<link>http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-49</link>
		<dc:creator>Erz</dc:creator>
		<pubDate>Thu, 21 Aug 2008 05:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-49</guid>
		<description>Excellent Nick.

I have downloaded the above code. How do I create a connection to an Active Directory server?

I know we need to create DirectoryEntry("LDAP://..."). Any ideas on how to do this and where to have this in the code?

Just want to test this on a live active directory.</description>
		<content:encoded><![CDATA[<p>Excellent Nick.</p>
<p>I have downloaded the above code. How do I create a connection to an Active Directory server?</p>
<p>I know we need to create DirectoryEntry(&#8221;LDAP://&#8230;&#8221;). Any ideas on how to do this and where to have this in the code?</p>
<p>Just want to test this on a live active directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Directory Searching with ASP.Net by john</title>
		<link>http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-31</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 10 Aug 2008 02:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-31</guid>
		<description>Pretty nice site, wants to see much more on it! :)t</description>
		<content:encoded><![CDATA[<p>Pretty nice site, wants to see much more on it! :)t</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Directory Searching with ASP.Net by Nick</title>
		<link>http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-14</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 28 Jul 2008 10:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-14</guid>
		<description>@Mohsin

Sorry for the late reply. I've been on holiday. 

I presume that if you wanted to get user password then you just need to find out what the LDAP property is.

Then you would need to create a new Public Property for User.vb and add the following to AD.vb.

&lt;code&gt;search.PropertiesToLoad.Add("PASSWORD_PROPERTY")&lt;/code&gt;

I strongly suspect that you will find that passwords are encrypted though.</description>
		<content:encoded><![CDATA[<p>@Mohsin</p>
<p>Sorry for the late reply. I&#8217;ve been on holiday. </p>
<p>I presume that if you wanted to get user password then you just need to find out what the LDAP property is.</p>
<p>Then you would need to create a new Public Property for User.vb and add the following to AD.vb.</p>
<p><code>search.PropertiesToLoad.Add("PASSWORD_PROPERTY")</code></p>
<p>I strongly suspect that you will find that passwords are encrypted though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Directory Searching with ASP.Net by Daniel</title>
		<link>http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-12</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 24 Jul 2008 09:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-12</guid>
		<description>I read similar article also named e Directory Searching with ASP.Net, and it was completely different. Personally, I agree with you more, because this article makes a little bit more sense for me</description>
		<content:encoded><![CDATA[<p>I read similar article also named e Directory Searching with ASP.Net, and it was completely different. Personally, I agree with you more, because this article makes a little bit more sense for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Directory Searching with ASP.Net by Mohsin</title>
		<link>http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-11</link>
		<dc:creator>Mohsin</dc:creator>
		<pubDate>Thu, 24 Jul 2008 08:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-11</guid>
		<description>is there any way to get the user password...</description>
		<content:encoded><![CDATA[<p>is there any way to get the user password&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Directory Searching with ASP.Net by Mohsin</title>
		<link>http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-10</link>
		<dc:creator>Mohsin</dc:creator>
		<pubDate>Thu, 24 Jul 2008 08:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2008/02/28/active-directory-searching-with-aspnet/#comment-10</guid>
		<description>Thenx Bro Thanke u sooooooooo much</description>
		<content:encoded><![CDATA[<p>Thenx Bro Thanke u sooooooooo much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SiteMorse and VIEWSTATE Fix by Ed</title>
		<link>http://allportsofthings.com/2007/09/18/check-me-out/#comment-3</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 28 Feb 2008 20:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2007/09/18/check-me-out/#comment-3</guid>
		<description>Perfect, thanks :)</description>
		<content:encoded><![CDATA[<p>Perfect, thanks <img src='http://allportsofthings.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Highlight Search Results by Keith B.</title>
		<link>http://allportsofthings.com/2007/12/04/highlight-search-results/#comment-4</link>
		<dc:creator>Keith B.</dc:creator>
		<pubDate>Wed, 13 Feb 2008 20:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://allportsofthings.com/2007/12/04/highlight-search-results/#comment-4</guid>
		<description>Nice piece of vb code - bookmarked!</description>
		<content:encoded><![CDATA[<p>Nice piece of vb code - bookmarked!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
