<?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 do you query Active Directory with Perl?</title>
	<atom:link href="http://www.roth.net/blog/index.php/2006/04/27/how-do-you-query-active-directory-with-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roth.net/blog/index.php/2006/04/27/how-do-you-query-active-directory-with-perl/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-do-you-query-active-directory-with-perl</link>
	<description>Helping the Perl world cope with Windows</description>
	<lastBuildDate>Sat, 11 Dec 2010 07:51:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: stan</title>
		<link>http://www.roth.net/blog/index.php/2006/04/27/how-do-you-query-active-directory-with-perl/comment-page-1/#comment-2</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Wed, 03 May 2006 03:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.roth.net/forums/index.php/2006/04/27/how-do-you-query-active-directory-with-perl/#comment-2</guid>
		<description>I&#039;ve tried to use Net::LDAP but kept having problems. Now I use ADSI&#039;s LDAP provider:

use Win32::OLE;
$user=Win32::OLE-&gt;GetObject(&quot;LDAP://CN=user name,CN=Users,DC=mynetwork,DC=com&quot;);
print $user-&gt;{&#039;displayname&#039;}, &quot;\n&quot;;

Pretty simple!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to use Net::LDAP but kept having problems. Now I use ADSI&#8217;s LDAP provider:</p>
<p>use Win32::OLE;<br />
$user=Win32::OLE-&gt;GetObject(&#8220;LDAP://CN=user name,CN=Users,DC=mynetwork,DC=com&#8221;);<br />
print $user-&gt;{&#8216;displayname&#8217;}, &#8220;\n&#8221;;</p>
<p>Pretty simple!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry</title>
		<link>http://www.roth.net/blog/index.php/2006/04/27/how-do-you-query-active-directory-with-perl/comment-page-1/#comment-1</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Fri, 28 Apr 2006 08:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.roth.net/forums/index.php/2006/04/27/how-do-you-query-active-directory-with-perl/#comment-1</guid>
		<description>I&#039;m using Win32::OLE and ADSI. But I haven&#039;t figured out how to correctly perform a search accross multiple containers. Anyone have tips?
-Perry-</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Win32::OLE and ADSI. But I haven&#8217;t figured out how to correctly perform a search accross multiple containers. Anyone have tips?<br />
-Perry-</p>
]]></content:encoded>
	</item>
</channel>
</rss>

