<?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: Find your printers with Active Directory and Perl</title>
	<atom:link href="http://dev.pulsed.net/wp/?feed=rss2&#038;p=7" rel="self" type="application/rss+xml" />
	<link>http://dev.pulsed.net/wp/?p=7</link>
	<description>projects, diy</description>
	<lastBuildDate>Sun, 28 Nov 2010 08:56:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Desmond</title>
		<link>http://dev.pulsed.net/wp/?p=7&#038;cpage=1#comment-13944</link>
		<dc:creator>Brian Desmond</dc:creator>
		<pubDate>Mon, 31 Mar 2008 06:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://dev.pulsed.net/wp/?p=7#comment-13944</guid>
		<description>objectClass isn&#039;t indexed by default in AD - in a large directory this will take a major perf hit on your domain controllers. The query will be slow either way.

(&amp;(objectCategory=printQueue)(objectClass=printQueue)) is a more efficient query as objectcategory is always indexed.</description>
		<content:encoded><![CDATA[<p>objectClass isn&#039;t indexed by default in AD &#8211; in a large directory this will take a major perf hit on your domain controllers. The query will be slow either way.</p>
<p>(&amp;(objectCategory=printQueue)(objectClass=printQueue)) is a more efficient query as objectcategory is always indexed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
