<?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: Finding UNIX-Enabled Accounts in Active Directory MMC</title>
	<atom:link href="http://blog.scottlowe.org/2008/06/18/finding-unix-enabled-accounts-in-active-directory-mmc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2008/06/18/finding-unix-enabled-accounts-in-active-directory-mmc/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Wed, 17 Mar 2010 00:24:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://blog.scottlowe.org/2008/06/18/finding-unix-enabled-accounts-in-active-directory-mmc/comment-page-1/#comment-46455</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2008/06/18/finding-unix-enabled-accounts-in-active-directory-mmc/#comment-46455</guid>
		<description>Found this site looking for the syntax; glad you posted it!  You mentioned  dsquery... here is a sample of the syntax in case anyone is looking for it:

dsquery * domainroot -filter "(&amp;(objectCategory=Person)(objectClass=User)(uidNumber=*))" -attr uid uidNumber gidNumber unixHomeDirectory loginShell

This returns related information for all UNIX enabled accounts in AD.

-tom</description>
		<content:encoded><![CDATA[<p>Found this site looking for the syntax; glad you posted it!  You mentioned  dsquery&#8230; here is a sample of the syntax in case anyone is looking for it:</p>
<p>dsquery * domainroot -filter &#8220;(&amp;(objectCategory=Person)(objectClass=User)(uidNumber=*))&#8221; -attr uid uidNumber gidNumber unixHomeDirectory loginShell</p>
<p>This returns related information for all UNIX enabled accounts in AD.</p>
<p>-tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandu Mihai</title>
		<link>http://blog.scottlowe.org/2008/06/18/finding-unix-enabled-accounts-in-active-directory-mmc/comment-page-1/#comment-39470</link>
		<dc:creator>Sandu Mihai</dc:creator>
		<pubDate>Thu, 19 Jun 2008 08:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2008/06/18/finding-unix-enabled-accounts-in-active-directory-mmc/#comment-39470</guid>
		<description>Well, it is not related to the post, I am sorry for off-topic, but the post that this reply is related is Comment Closed.

You did stumble apon a strange VMWare problem, related to rights on /var/run/vmware.
I stumbled upon the same, and the problem was not related to rights on this directory, but on the subdirectory made by vmware in this directory. VMWare will make a subdirectory for each user you add to the sistem (and that has a VM active). The problem arises when you delete then recreate the same user. If you do that, VMWare won't delete /var/run/ directory, and when you will create a new VM you will hit the 'rights problem' since /var/run/ exists but is 'owned' by the 'old version of ' (the UID of owned is the old UID for the user).</description>
		<content:encoded><![CDATA[<p>Well, it is not related to the post, I am sorry for off-topic, but the post that this reply is related is Comment Closed.</p>
<p>You did stumble apon a strange VMWare problem, related to rights on /var/run/vmware.<br />
I stumbled upon the same, and the problem was not related to rights on this directory, but on the subdirectory made by vmware in this directory. VMWare will make a subdirectory for each user you add to the sistem (and that has a VM active). The problem arises when you delete then recreate the same user. If you do that, VMWare won&#8217;t delete /var/run/ directory, and when you will create a new VM you will hit the &#8216;rights problem&#8217; since /var/run/ exists but is &#8216;owned&#8217; by the &#8216;old version of &#8216; (the UID of owned is the old UID for the user).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
